Uses of Class
software.amazon.awssdk.services.cloudformation.model.BatchDescribeTypeConfigurationsError
Packages that use BatchDescribeTypeConfigurationsError
-
Uses of BatchDescribeTypeConfigurationsError in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type BatchDescribeTypeConfigurationsErrorModifier and TypeMethodDescriptionBatchDescribeTypeConfigurationsResponse.errors()A list of information concerning any errors generated during the setting of the specified configurations.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type BatchDescribeTypeConfigurationsErrorModifier and TypeMethodDescriptionBatchDescribeTypeConfigurationsResponse.Builder.errors(BatchDescribeTypeConfigurationsError... errors) A list of information concerning any errors generated during the setting of the specified configurations.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type BatchDescribeTypeConfigurationsErrorModifier and TypeMethodDescriptionBatchDescribeTypeConfigurationsResponse.Builder.errors(Collection<BatchDescribeTypeConfigurationsError> errors) A list of information concerning any errors generated during the setting of the specified configurations.