| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms |
Welcome to the Clean Rooms API Reference.
|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetSchemaResult> |
AWSCleanRoomsAsyncClient.batchGetSchemaAsync(BatchGetSchemaRequest request,
AsyncHandler<BatchGetSchemaRequest,BatchGetSchemaResult> asyncHandler) |
Future<BatchGetSchemaResult> |
AWSCleanRoomsAsync.batchGetSchemaAsync(BatchGetSchemaRequest batchGetSchemaRequest,
AsyncHandler<BatchGetSchemaRequest,BatchGetSchemaResult> asyncHandler)
Retrieves multiple schemas by their identifiers.
|
Future<BatchGetSchemaResult> |
AbstractAWSCleanRoomsAsync.batchGetSchemaAsync(BatchGetSchemaRequest request,
AsyncHandler<BatchGetSchemaRequest,BatchGetSchemaResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchGetSchemaRequest |
BatchGetSchemaRequest.clone() |
BatchGetSchemaRequest |
BatchGetSchemaRequest.withCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schemas belong to.
|
BatchGetSchemaRequest |
BatchGetSchemaRequest.withNames(Collection<String> names)
The names for the schema objects to retrieve.
|
BatchGetSchemaRequest |
BatchGetSchemaRequest.withNames(String... names)
The names for the schema objects to retrieve.
|
Copyright © 2025. All rights reserved.