| 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<ListMembersResult> |
AWSCleanRoomsAsyncClient.listMembersAsync(ListMembersRequest request,
AsyncHandler<ListMembersRequest,ListMembersResult> asyncHandler) |
Future<ListMembersResult> |
AWSCleanRoomsAsync.listMembersAsync(ListMembersRequest listMembersRequest,
AsyncHandler<ListMembersRequest,ListMembersResult> asyncHandler)
Lists all members within a collaboration.
|
Future<ListMembersResult> |
AbstractAWSCleanRoomsAsync.listMembersAsync(ListMembersRequest request,
AsyncHandler<ListMembersRequest,ListMembersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListMembersRequest |
ListMembersRequest.clone() |
ListMembersRequest |
ListMembersRequest.withCollaborationIdentifier(String collaborationIdentifier)
The identifier of the collaboration in which the members are listed.
|
ListMembersRequest |
ListMembersRequest.withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListMembersRequest |
ListMembersRequest.withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
Copyright © 2024. All rights reserved.