Uses of Class
software.amazon.awssdk.services.cloudformation.model.SetTypeConfigurationResponse
Packages that use SetTypeConfigurationResponse
-
Uses of SetTypeConfigurationResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return SetTypeConfigurationResponseModifier and TypeMethodDescriptiondefault SetTypeConfigurationResponseCloudFormationClient.setTypeConfiguration(Consumer<SetTypeConfigurationRequest.Builder> setTypeConfigurationRequest) Specifies the configuration data for a CloudFormation extension, such as a resource or Hook, in the given account and Region.default SetTypeConfigurationResponseCloudFormationClient.setTypeConfiguration(SetTypeConfigurationRequest setTypeConfigurationRequest) Specifies the configuration data for a CloudFormation extension, such as a resource or Hook, in the given account and Region.Methods in software.amazon.awssdk.services.cloudformation that return types with arguments of type SetTypeConfigurationResponseModifier and TypeMethodDescriptionCloudFormationAsyncClient.setTypeConfiguration(Consumer<SetTypeConfigurationRequest.Builder> setTypeConfigurationRequest) Specifies the configuration data for a CloudFormation extension, such as a resource or Hook, in the given account and Region.CloudFormationAsyncClient.setTypeConfiguration(SetTypeConfigurationRequest setTypeConfigurationRequest) Specifies the configuration data for a CloudFormation extension, such as a resource or Hook, in the given account and Region.