Uses of Class
software.amazon.awssdk.services.cloudformation.model.SetTypeConfigurationRequest
-
Packages that use SetTypeConfigurationRequest Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.transform -
-
Uses of SetTypeConfigurationRequest in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation with parameters of type SetTypeConfigurationRequest Modifier and Type Method Description default CompletableFuture<SetTypeConfigurationResponse>CloudFormationAsyncClient. setTypeConfiguration(SetTypeConfigurationRequest 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. -
Uses of SetTypeConfigurationRequest in software.amazon.awssdk.services.cloudformation.transform
Methods in software.amazon.awssdk.services.cloudformation.transform with parameters of type SetTypeConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestSetTypeConfigurationRequestMarshaller. marshall(SetTypeConfigurationRequest setTypeConfigurationRequest)
-