| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms |
Welcome to the Clean Rooms API Reference.
|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListCollaborationsResult> |
AWSCleanRoomsAsyncClient.listCollaborationsAsync(ListCollaborationsRequest request,
AsyncHandler<ListCollaborationsRequest,ListCollaborationsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListCollaborationsRequest |
ListCollaborationsRequest.clone() |
ListCollaborationsRequest |
ListCollaborationsRequest.withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListCollaborationsRequest |
ListCollaborationsRequest.withMemberStatus(FilterableMemberStatus memberStatus)
The caller's status in a collaboration.
|
ListCollaborationsRequest |
ListCollaborationsRequest.withMemberStatus(String memberStatus)
The caller's status in a collaboration.
|
ListCollaborationsRequest |
ListCollaborationsRequest.withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
Copyright © 2023. All rights reserved.