Uses of Class
software.amazon.awssdk.services.cloudformation.model.TypeConfigurationDetails
-
Packages that use TypeConfigurationDetails Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of TypeConfigurationDetails in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type TypeConfigurationDetails Modifier and Type Method Description List<TypeConfigurationDetails>BatchDescribeTypeConfigurationsResponse. typeConfigurations()A list of any of the specified extension configurations from the CloudFormation registry.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type TypeConfigurationDetails Modifier and Type Method Description BatchDescribeTypeConfigurationsResponse.BuilderBatchDescribeTypeConfigurationsResponse.Builder. typeConfigurations(TypeConfigurationDetails... typeConfigurations)A list of any of the specified extension configurations from the CloudFormation registry.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type TypeConfigurationDetails Modifier and Type Method Description BatchDescribeTypeConfigurationsResponse.BuilderBatchDescribeTypeConfigurationsResponse.Builder. typeConfigurations(Collection<TypeConfigurationDetails> typeConfigurations)A list of any of the specified extension configurations from the CloudFormation registry.
-