| 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 ListProtectedQueriesResponse |
CleanRoomsClient.listProtectedQueries(Consumer<ListProtectedQueriesRequest.Builder> listProtectedQueriesRequest)
Lists protected queries, sorted by the most recent query.
|
default ListProtectedQueriesResponse |
CleanRoomsClient.listProtectedQueries(ListProtectedQueriesRequest listProtectedQueriesRequest)
Lists protected queries, sorted by the most recent query.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProtectedQueriesResponse> |
CleanRoomsAsyncClient.listProtectedQueries(Consumer<ListProtectedQueriesRequest.Builder> listProtectedQueriesRequest)
Lists protected queries, sorted by the most recent query.
|
default CompletableFuture<ListProtectedQueriesResponse> |
CleanRoomsAsyncClient.listProtectedQueries(ListProtectedQueriesRequest listProtectedQueriesRequest)
Lists protected queries, sorted by the most recent query.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProtectedQueriesResponse> |
ListProtectedQueriesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProtectedQueriesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProtectedQueriesResponse> subscriber) |
Copyright © 2023. All rights reserved.