Uses of Class
software.amazon.awssdk.services.cloudformation.model.BatchDescribeTypeConfigurationsError
-
Packages that use BatchDescribeTypeConfigurationsError Package Description software.amazon.awssdk.services.cloudformation.model -
-
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 BatchDescribeTypeConfigurationsError Modifier and Type Method Description List<BatchDescribeTypeConfigurationsError>BatchDescribeTypeConfigurationsResponse. 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 BatchDescribeTypeConfigurationsError Modifier and Type Method Description BatchDescribeTypeConfigurationsResponse.BuilderBatchDescribeTypeConfigurationsResponse.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 BatchDescribeTypeConfigurationsError Modifier and Type Method Description BatchDescribeTypeConfigurationsResponse.BuilderBatchDescribeTypeConfigurationsResponse.Builder. errors(Collection<BatchDescribeTypeConfigurationsError> errors)A list of information concerning any errors generated during the setting of the specified configurations.
-