| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
Schema |
GetSchemaResponse.schema()
The entire schema object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
BatchGetSchemaResponse.schemas()
The retrieved list of schemas.
|
| Modifier and Type | Method and Description |
|---|---|
GetSchemaResponse.Builder |
GetSchemaResponse.Builder.schema(Schema schema)
The entire schema object.
|
BatchGetSchemaResponse.Builder |
BatchGetSchemaResponse.Builder.schemas(Schema... schemas)
The retrieved list of schemas.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetSchemaResponse.Builder |
BatchGetSchemaResponse.Builder.schemas(Collection<Schema> schemas)
The retrieved list of schemas.
|
Copyright © 2023. All rights reserved.