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)Retrieves the configuration and status of an existing OpenSearch application.default GetApplicationResponseOpenSearchClient. getApplication(GetApplicationRequest getApplicationRequest)Retrieves 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)Retrieves the configuration and status of an existing OpenSearch application.default CompletableFuture<GetApplicationResponse>OpenSearchAsyncClient. getApplication(GetApplicationRequest getApplicationRequest)Retrieves the configuration and status of an existing OpenSearch application.
-