Uses of Class
software.amazon.awssdk.services.opensearch.model.CreateApplicationRequest
-
Packages that use CreateApplicationRequest 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 CreateApplicationRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type CreateApplicationRequest Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>
OpenSearchAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)
Creates an OpenSearch Application.default CreateApplicationResponse
OpenSearchClient. createApplication(CreateApplicationRequest createApplicationRequest)
Creates an OpenSearch Application. -
Uses of CreateApplicationRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type CreateApplicationRequest Modifier and Type Method Description SdkHttpFullRequest
CreateApplicationRequestMarshaller. marshall(CreateApplicationRequest createApplicationRequest)
-