Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ListProtectedQueriesResponse
-
Packages that use ListProtectedQueriesResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of ListProtectedQueriesResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return ListProtectedQueriesResponse Modifier and Type Method Description default ListProtectedQueriesResponseCleanRoomsClient. listProtectedQueries(Consumer<ListProtectedQueriesRequest.Builder> listProtectedQueriesRequest)Lists protected queries, sorted by the most recent query.default ListProtectedQueriesResponseCleanRoomsClient. listProtectedQueries(ListProtectedQueriesRequest listProtectedQueriesRequest)Lists protected queries, sorted by the most recent query.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type ListProtectedQueriesResponse Modifier and Type Method 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. -
Uses of ListProtectedQueriesResponse in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type ListProtectedQueriesResponse Modifier and Type Method Description Iterator<ListProtectedQueriesResponse>ListProtectedQueriesIterable. iterator()Method parameters in software.amazon.awssdk.services.cleanrooms.paginators with type arguments of type ListProtectedQueriesResponse Modifier and Type Method Description voidListProtectedQueriesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProtectedQueriesResponse> subscriber)
-