Uses of Class
software.amazon.awssdk.services.cloudformation.model.TypeConfigurationIdentifier
-
Packages that use TypeConfigurationIdentifier Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of TypeConfigurationIdentifier in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return TypeConfigurationIdentifier Modifier and Type Method Description TypeConfigurationIdentifierBatchDescribeTypeConfigurationsError. 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 TypeConfigurationIdentifier Modifier and Type Method Description List<TypeConfigurationIdentifier>BatchDescribeTypeConfigurationsRequest. typeConfigurationIdentifiers()The list of identifiers for the desired extension configurations.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 TypeConfigurationIdentifier Modifier and Type Method Description BatchDescribeTypeConfigurationsError.BuilderBatchDescribeTypeConfigurationsError.Builder. typeConfigurationIdentifier(TypeConfigurationIdentifier typeConfigurationIdentifier)Identifying information for the configuration of a CloudFormation extension.BatchDescribeTypeConfigurationsRequest.BuilderBatchDescribeTypeConfigurationsRequest.Builder. typeConfigurationIdentifiers(TypeConfigurationIdentifier... typeConfigurationIdentifiers)The list of identifiers for the desired extension configurations.BatchDescribeTypeConfigurationsResponse.BuilderBatchDescribeTypeConfigurationsResponse.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 TypeConfigurationIdentifier Modifier and Type Method Description BatchDescribeTypeConfigurationsRequest.BuilderBatchDescribeTypeConfigurationsRequest.Builder. typeConfigurationIdentifiers(Collection<TypeConfigurationIdentifier> typeConfigurationIdentifiers)The list of identifiers for the desired extension configurations.BatchDescribeTypeConfigurationsResponse.BuilderBatchDescribeTypeConfigurationsResponse.Builder. unprocessedTypeConfigurations(Collection<TypeConfigurationIdentifier> unprocessedTypeConfigurations)A list of any of the specified extension configurations that CloudFormation could not process for any reason.
-