Uses of Class
software.amazon.awssdk.services.cleanrooms.model.BatchGetSchemaAnalysisRuleError
-
Packages that use BatchGetSchemaAnalysisRuleError Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of BatchGetSchemaAnalysisRuleError in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type BatchGetSchemaAnalysisRuleError Modifier and Type Method Description List<BatchGetSchemaAnalysisRuleError>BatchGetSchemaAnalysisRuleResponse. errors()Error reasons for schemas that could not be retrieved.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type BatchGetSchemaAnalysisRuleError Modifier and Type Method Description BatchGetSchemaAnalysisRuleResponse.BuilderBatchGetSchemaAnalysisRuleResponse.Builder. errors(BatchGetSchemaAnalysisRuleError... errors)Error reasons for schemas that could not be retrieved.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type BatchGetSchemaAnalysisRuleError Modifier and Type Method Description BatchGetSchemaAnalysisRuleResponse.BuilderBatchGetSchemaAnalysisRuleResponse.Builder. errors(Collection<BatchGetSchemaAnalysisRuleError> errors)Error reasons for schemas that could not be retrieved.
-