Uses of Class
software.amazon.awssdk.services.cloudformation.model.TypeConfigurationIdentifier
Packages that use TypeConfigurationIdentifier
-
Uses of TypeConfigurationIdentifier in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return TypeConfigurationIdentifierModifier and TypeMethodDescriptionBatchDescribeTypeConfigurationsError.typeConfigurationIdentifier()Identifying information for the configuration of a CloudFormation extension.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type TypeConfigurationIdentifierModifier and TypeMethodDescriptionfinal List<TypeConfigurationIdentifier>BatchDescribeTypeConfigurationsRequest.typeConfigurationIdentifiers()The list of identifiers for the desired extension configurations.final List<TypeConfigurationIdentifier>BatchDescribeTypeConfigurationsResponse.unprocessedTypeConfigurations()A list of any of the specified extension configurations that CloudFormation could not process for any reason.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type TypeConfigurationIdentifierModifier and TypeMethodDescriptionBatchDescribeTypeConfigurationsError.Builder.typeConfigurationIdentifier(TypeConfigurationIdentifier typeConfigurationIdentifier) Identifying information for the configuration of a CloudFormation extension.BatchDescribeTypeConfigurationsRequest.Builder.typeConfigurationIdentifiers(TypeConfigurationIdentifier... typeConfigurationIdentifiers) The list of identifiers for the desired extension configurations.BatchDescribeTypeConfigurationsResponse.Builder.unprocessedTypeConfigurations(TypeConfigurationIdentifier... unprocessedTypeConfigurations) A list of any of the specified extension configurations that CloudFormation could not process for any reason.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type TypeConfigurationIdentifierModifier and TypeMethodDescriptionBatchDescribeTypeConfigurationsRequest.Builder.typeConfigurationIdentifiers(Collection<TypeConfigurationIdentifier> typeConfigurationIdentifiers) The list of identifiers for the desired extension configurations.BatchDescribeTypeConfigurationsResponse.Builder.unprocessedTypeConfigurations(Collection<TypeConfigurationIdentifier> unprocessedTypeConfigurations) A list of any of the specified extension configurations that CloudFormation could not process for any reason.