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