Uses of Class
software.amazon.awssdk.services.cloudformation.model.SetTypeConfigurationResponse
-
Packages that use SetTypeConfigurationResponse Package Description software.amazon.awssdk.services.cloudformation CloudFormation -
-
Uses of SetTypeConfigurationResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return SetTypeConfigurationResponse Modifier and Type Method Description default SetTypeConfigurationResponseCloudFormationClient. setTypeConfiguration(Consumer<SetTypeConfigurationRequest.Builder> setTypeConfigurationRequest)Specifies the configuration data for a registered CloudFormation extension, in the given account and Region.default SetTypeConfigurationResponseCloudFormationClient. setTypeConfiguration(SetTypeConfigurationRequest setTypeConfigurationRequest)Specifies the configuration data for a registered CloudFormation extension, in the given account and Region.Methods in software.amazon.awssdk.services.cloudformation that return types with arguments of type SetTypeConfigurationResponse Modifier and Type Method Description default CompletableFuture<SetTypeConfigurationResponse>CloudFormationAsyncClient. setTypeConfiguration(Consumer<SetTypeConfigurationRequest.Builder> setTypeConfigurationRequest)Specifies the configuration data for a registered CloudFormation extension, in the given account and Region.default CompletableFuture<SetTypeConfigurationResponse>CloudFormationAsyncClient. setTypeConfiguration(SetTypeConfigurationRequest setTypeConfigurationRequest)Specifies the configuration data for a registered CloudFormation extension, in the given account and Region.
-