Uses of Class
software.amazon.awssdk.services.config.model.ListStoredQueriesRequest
-
Packages that use ListStoredQueriesRequest Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.paginators software.amazon.awssdk.services.config.transform -
-
Uses of ListStoredQueriesRequest in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config with parameters of type ListStoredQueriesRequest Modifier and Type Method Description 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.default ListStoredQueriesResponseConfigClient. listStoredQueries(ListStoredQueriesRequest listStoredQueriesRequest)Lists the stored queries for a single Amazon Web Services account and a single Amazon Web Services Region.default ListStoredQueriesPublisherConfigAsyncClient. listStoredQueriesPaginator(ListStoredQueriesRequest listStoredQueriesRequest)Lists the stored queries for a single Amazon Web Services account and a single Amazon Web Services Region.default ListStoredQueriesIterableConfigClient. listStoredQueriesPaginator(ListStoredQueriesRequest listStoredQueriesRequest)Lists the stored queries for a single Amazon Web Services account and a single Amazon Web Services Region. -
Uses of ListStoredQueriesRequest in software.amazon.awssdk.services.config.paginators
Constructors in software.amazon.awssdk.services.config.paginators with parameters of type ListStoredQueriesRequest Constructor Description ListStoredQueriesIterable(ConfigClient client, ListStoredQueriesRequest firstRequest)ListStoredQueriesPublisher(ConfigAsyncClient client, ListStoredQueriesRequest firstRequest) -
Uses of ListStoredQueriesRequest in software.amazon.awssdk.services.config.transform
Methods in software.amazon.awssdk.services.config.transform with parameters of type ListStoredQueriesRequest Modifier and Type Method Description SdkHttpFullRequestListStoredQueriesRequestMarshaller. marshall(ListStoredQueriesRequest listStoredQueriesRequest)
-