| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms |
Welcome to the AWS Clean Rooms API Reference.
|
| software.amazon.awssdk.services.cleanrooms.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSchemasResponse |
CleanRoomsClient.listSchemas(Consumer<ListSchemasRequest.Builder> listSchemasRequest)
Lists the schemas for relations within a collaboration.
|
default ListSchemasResponse |
CleanRoomsClient.listSchemas(ListSchemasRequest listSchemasRequest)
Lists the schemas for relations within a collaboration.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSchemasResponse> |
CleanRoomsAsyncClient.listSchemas(Consumer<ListSchemasRequest.Builder> listSchemasRequest)
Lists the schemas for relations within a collaboration.
|
default CompletableFuture<ListSchemasResponse> |
CleanRoomsAsyncClient.listSchemas(ListSchemasRequest listSchemasRequest)
Lists the schemas for relations within a collaboration.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSchemasResponse> |
ListSchemasIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSchemasPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSchemasResponse> subscriber) |
Copyright © 2023. All rights reserved.