Uses of Class
software.amazon.awssdk.services.cloudformation.model.TypeConfigurationDetails
Packages that use TypeConfigurationDetails
-
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 TypeConfigurationDetailsModifier and TypeMethodDescriptionfinal 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 TypeConfigurationDetailsModifier and TypeMethodDescriptionBatchDescribeTypeConfigurationsResponse.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 TypeConfigurationDetailsModifier and TypeMethodDescriptionBatchDescribeTypeConfigurationsResponse.Builder.typeConfigurations(Collection<TypeConfigurationDetails> typeConfigurations) A list of any of the specified extension configurations from the CloudFormation registry.