| 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 ListCollaborationsResponse |
CleanRoomsClient.listCollaborations(Consumer<ListCollaborationsRequest.Builder> listCollaborationsRequest)
Lists collaborations the caller owns, is active in, or has been invited to.
|
default ListCollaborationsResponse |
CleanRoomsClient.listCollaborations(ListCollaborationsRequest listCollaborationsRequest)
Lists collaborations the caller owns, is active in, or has been invited to.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCollaborationsResponse> |
CleanRoomsAsyncClient.listCollaborations(Consumer<ListCollaborationsRequest.Builder> listCollaborationsRequest)
Lists collaborations the caller owns, is active in, or has been invited to.
|
default CompletableFuture<ListCollaborationsResponse> |
CleanRoomsAsyncClient.listCollaborations(ListCollaborationsRequest listCollaborationsRequest)
Lists collaborations the caller owns, is active in, or has been invited to.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCollaborationsResponse> |
ListCollaborationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCollaborationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCollaborationsResponse> subscriber) |
Copyright © 2023. All rights reserved.