Uses of Class
software.amazon.awssdk.services.config.model.ListStoredQueriesResponse
-
Packages that use ListStoredQueriesResponse Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.paginators -
-
Uses of ListStoredQueriesResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return ListStoredQueriesResponse Modifier and Type Method Description default ListStoredQueriesResponseConfigClient. listStoredQueries(Consumer<ListStoredQueriesRequest.Builder> listStoredQueriesRequest)Lists the stored queries for a single Amazon Web Services account and a single Amazon Web Services Region.default ListStoredQueriesResponseConfigClient. listStoredQueries(ListStoredQueriesRequest listStoredQueriesRequest)Lists the stored queries for a single Amazon Web Services account and a single Amazon Web Services Region.Methods in software.amazon.awssdk.services.config that return types with arguments of type ListStoredQueriesResponse Modifier and Type Method Description default CompletableFuture<ListStoredQueriesResponse>ConfigAsyncClient. listStoredQueries(Consumer<ListStoredQueriesRequest.Builder> listStoredQueriesRequest)Lists the stored queries for a single Amazon Web Services account and a single Amazon Web Services Region.default CompletableFuture<ListStoredQueriesResponse>ConfigAsyncClient. listStoredQueries(ListStoredQueriesRequest listStoredQueriesRequest)Lists the stored queries for a single Amazon Web Services account and a single Amazon Web Services Region. -
Uses of ListStoredQueriesResponse in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type ListStoredQueriesResponse Modifier and Type Method Description Iterator<ListStoredQueriesResponse>ListStoredQueriesIterable. iterator()Method parameters in software.amazon.awssdk.services.config.paginators with type arguments of type ListStoredQueriesResponse Modifier and Type Method Description voidListStoredQueriesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStoredQueriesResponse> subscriber)
-