Uses of Class
software.amazon.awssdk.services.config.model.GetStoredQueryResponse
-
Packages that use GetStoredQueryResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of GetStoredQueryResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return GetStoredQueryResponse Modifier and Type Method Description default GetStoredQueryResponseConfigClient. getStoredQuery(Consumer<GetStoredQueryRequest.Builder> getStoredQueryRequest)Returns the details of a specific stored query.default GetStoredQueryResponseConfigClient. getStoredQuery(GetStoredQueryRequest getStoredQueryRequest)Returns the details of a specific stored query.Methods in software.amazon.awssdk.services.config that return types with arguments of type GetStoredQueryResponse Modifier and Type Method Description default CompletableFuture<GetStoredQueryResponse>ConfigAsyncClient. getStoredQuery(Consumer<GetStoredQueryRequest.Builder> getStoredQueryRequest)Returns the details of a specific stored query.default CompletableFuture<GetStoredQueryResponse>ConfigAsyncClient. getStoredQuery(GetStoredQueryRequest getStoredQueryRequest)Returns the details of a specific stored query.
-