Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ListProtectedQueriesRequest
-
Packages that use ListProtectedQueriesRequest Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.paginators software.amazon.awssdk.services.cleanrooms.transform -
-
Uses of ListProtectedQueriesRequest in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms with parameters of type ListProtectedQueriesRequest Modifier and Type Method Description default CompletableFuture<ListProtectedQueriesResponse>CleanRoomsAsyncClient. listProtectedQueries(ListProtectedQueriesRequest listProtectedQueriesRequest)Lists protected queries, sorted by the most recent query.default ListProtectedQueriesResponseCleanRoomsClient. listProtectedQueries(ListProtectedQueriesRequest listProtectedQueriesRequest)Lists protected queries, sorted by the most recent query.default ListProtectedQueriesPublisherCleanRoomsAsyncClient. listProtectedQueriesPaginator(ListProtectedQueriesRequest listProtectedQueriesRequest)Lists protected queries, sorted by the most recent query.default ListProtectedQueriesIterableCleanRoomsClient. listProtectedQueriesPaginator(ListProtectedQueriesRequest listProtectedQueriesRequest)Lists protected queries, sorted by the most recent query. -
Uses of ListProtectedQueriesRequest in software.amazon.awssdk.services.cleanrooms.paginators
Constructors in software.amazon.awssdk.services.cleanrooms.paginators with parameters of type ListProtectedQueriesRequest Constructor Description ListProtectedQueriesIterable(CleanRoomsClient client, ListProtectedQueriesRequest firstRequest)ListProtectedQueriesPublisher(CleanRoomsAsyncClient client, ListProtectedQueriesRequest firstRequest) -
Uses of ListProtectedQueriesRequest in software.amazon.awssdk.services.cleanrooms.transform
Methods in software.amazon.awssdk.services.cleanrooms.transform with parameters of type ListProtectedQueriesRequest Modifier and Type Method Description SdkHttpFullRequestListProtectedQueriesRequestMarshaller. marshall(ListProtectedQueriesRequest listProtectedQueriesRequest)
-