Uses of Class
software.amazon.awssdk.services.opensearch.model.GetApplicationRequest
-
Packages that use GetApplicationRequest Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.software.amazon.awssdk.services.opensearch.transform -
-
Uses of GetApplicationRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type GetApplicationRequest Modifier and Type Method Description default CompletableFuture<GetApplicationResponse>OpenSearchAsyncClient. getApplication(GetApplicationRequest 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. -
Uses of GetApplicationRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type GetApplicationRequest Modifier and Type Method Description SdkHttpFullRequestGetApplicationRequestMarshaller. marshall(GetApplicationRequest getApplicationRequest)
-