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