| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms |
Welcome to the AWS Clean Rooms API Reference.
|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetSchemaResult |
AbstractAWSCleanRooms.batchGetSchema(BatchGetSchemaRequest request) |
BatchGetSchemaResult |
AWSCleanRooms.batchGetSchema(BatchGetSchemaRequest batchGetSchemaRequest)
Retrieves multiple schemas by their identifiers.
|
BatchGetSchemaResult |
AWSCleanRoomsClient.batchGetSchema(BatchGetSchemaRequest request)
Retrieves multiple schemas by their identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetSchemaResult> |
AWSCleanRoomsAsyncClient.batchGetSchemaAsync(BatchGetSchemaRequest request,
AsyncHandler<BatchGetSchemaRequest,BatchGetSchemaResult> asyncHandler) |
Future<BatchGetSchemaResult> |
AbstractAWSCleanRoomsAsync.batchGetSchemaAsync(BatchGetSchemaRequest request,
AsyncHandler<BatchGetSchemaRequest,BatchGetSchemaResult> asyncHandler) |
Future<BatchGetSchemaResult> |
AWSCleanRoomsAsync.batchGetSchemaAsync(BatchGetSchemaRequest batchGetSchemaRequest,
AsyncHandler<BatchGetSchemaRequest,BatchGetSchemaResult> asyncHandler)
Retrieves multiple schemas by their identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetSchemaResult |
BatchGetSchemaResult.clone() |
BatchGetSchemaResult |
BatchGetSchemaResult.withErrors(BatchGetSchemaError... errors)
Error reasons for schemas that could not be retrieved.
|
BatchGetSchemaResult |
BatchGetSchemaResult.withErrors(Collection<BatchGetSchemaError> errors)
Error reasons for schemas that could not be retrieved.
|
BatchGetSchemaResult |
BatchGetSchemaResult.withSchemas(Collection<Schema> schemas)
The retrieved list of schemas.
|
BatchGetSchemaResult |
BatchGetSchemaResult.withSchemas(Schema... schemas)
The retrieved list of schemas.
|
Copyright © 2023. All rights reserved.