| 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<ListProtectedQueriesResult> |
AWSCleanRoomsAsyncClient.listProtectedQueriesAsync(ListProtectedQueriesRequest request,
AsyncHandler<ListProtectedQueriesRequest,ListProtectedQueriesResult> asyncHandler) |
Future<ListProtectedQueriesResult> |
AbstractAWSCleanRoomsAsync.listProtectedQueriesAsync(ListProtectedQueriesRequest request,
AsyncHandler<ListProtectedQueriesRequest,ListProtectedQueriesResult> asyncHandler) |
Future<ListProtectedQueriesResult> |
AWSCleanRoomsAsync.listProtectedQueriesAsync(ListProtectedQueriesRequest listProtectedQueriesRequest,
AsyncHandler<ListProtectedQueriesRequest,ListProtectedQueriesResult> asyncHandler)
Lists protected queries, sorted by the most recent query.
|
| Modifier and Type | Method and Description |
|---|---|
ListProtectedQueriesRequest |
ListProtectedQueriesRequest.clone() |
ListProtectedQueriesRequest |
ListProtectedQueriesRequest.withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListProtectedQueriesRequest |
ListProtectedQueriesRequest.withMembershipIdentifier(String membershipIdentifier)
The identifier for the membership in the collaboration.
|
ListProtectedQueriesRequest |
ListProtectedQueriesRequest.withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListProtectedQueriesRequest |
ListProtectedQueriesRequest.withStatus(ProtectedQueryStatus status)
A filter on the status of the protected query.
|
ListProtectedQueriesRequest |
ListProtectedQueriesRequest.withStatus(String status)
A filter on the status of the protected query.
|
Copyright © 2023. All rights reserved.