Uses of Class
software.amazon.awssdk.services.cleanrooms.model.BatchGetSchemaResponse
-
Packages that use BatchGetSchemaResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of BatchGetSchemaResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return BatchGetSchemaResponse Modifier and Type Method Description default BatchGetSchemaResponseCleanRoomsClient. batchGetSchema(Consumer<BatchGetSchemaRequest.Builder> batchGetSchemaRequest)Retrieves multiple schemas by their identifiers.default BatchGetSchemaResponseCleanRoomsClient. batchGetSchema(BatchGetSchemaRequest batchGetSchemaRequest)Retrieves multiple schemas by their identifiers.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type BatchGetSchemaResponse Modifier and Type Method Description default CompletableFuture<BatchGetSchemaResponse>CleanRoomsAsyncClient. batchGetSchema(Consumer<BatchGetSchemaRequest.Builder> batchGetSchemaRequest)Retrieves multiple schemas by their identifiers.default CompletableFuture<BatchGetSchemaResponse>CleanRoomsAsyncClient. batchGetSchema(BatchGetSchemaRequest batchGetSchemaRequest)Retrieves multiple schemas by their identifiers.
-