Uses of Class
software.amazon.awssdk.services.opensearch.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of CreateApplicationResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return CreateApplicationResponse Modifier and Type Method Description default CreateApplicationResponseOpenSearchClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an OpenSearch Application.default CreateApplicationResponseOpenSearchClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an OpenSearch Application.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type CreateApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>OpenSearchAsyncClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an OpenSearch Application.default CompletableFuture<CreateApplicationResponse>OpenSearchAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an OpenSearch Application.
-