Uses of Class
software.amazon.awssdk.services.opensearch.model.GetApplicationResponse
-
Packages that use GetApplicationResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of GetApplicationResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return GetApplicationResponse Modifier and Type Method Description default GetApplicationResponseOpenSearchClient. getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)Check the configuration and status of an existing OpenSearch Application.default GetApplicationResponseOpenSearchClient. getApplication(GetApplicationRequest getApplicationRequest)Check the configuration and status of an existing OpenSearch Application.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type GetApplicationResponse Modifier and Type Method Description default CompletableFuture<GetApplicationResponse>OpenSearchAsyncClient. getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)Check the configuration and status of an existing OpenSearch Application.default CompletableFuture<GetApplicationResponse>OpenSearchAsyncClient. getApplication(GetApplicationRequest getApplicationRequest)Check the configuration and status of an existing OpenSearch Application.
-