| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms |
Welcome to the Clean Rooms API Reference.
|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
ListCollaborationsResult |
AbstractAWSCleanRooms.listCollaborations(ListCollaborationsRequest request) |
ListCollaborationsResult |
AWSCleanRoomsClient.listCollaborations(ListCollaborationsRequest request)
Lists collaborations the caller owns, is active in, or has been invited to.
|
ListCollaborationsResult |
AWSCleanRooms.listCollaborations(ListCollaborationsRequest listCollaborationsRequest)
Lists collaborations the caller owns, is active in, or has been invited to.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListCollaborationsResult> |
AbstractAWSCleanRoomsAsync.listCollaborationsAsync(ListCollaborationsRequest request,
AsyncHandler<ListCollaborationsRequest,ListCollaborationsResult> asyncHandler) |
Future<ListCollaborationsResult> |
AWSCleanRoomsAsync.listCollaborationsAsync(ListCollaborationsRequest listCollaborationsRequest,
AsyncHandler<ListCollaborationsRequest,ListCollaborationsResult> asyncHandler)
Lists collaborations the caller owns, is active in, or has been invited to.
|
Future<ListCollaborationsResult> |
AWSCleanRoomsAsyncClient.listCollaborationsAsync(ListCollaborationsRequest request,
AsyncHandler<ListCollaborationsRequest,ListCollaborationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCollaborationsResult |
ListCollaborationsResult.clone() |
ListCollaborationsResult |
ListCollaborationsResult.withCollaborationList(CollaborationSummary... collaborationList)
The list of collaborations.
|
ListCollaborationsResult |
ListCollaborationsResult.withCollaborationList(Collection<CollaborationSummary> collaborationList)
The list of collaborations.
|
ListCollaborationsResult |
ListCollaborationsResult.withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
Copyright © 2023. All rights reserved.