Uses of Class
software.amazon.awssdk.services.opensearch.model.DeleteApplicationRequest
-
Packages that use DeleteApplicationRequest 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 DeleteApplicationRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type DeleteApplicationRequest Modifier and Type Method Description default CompletableFuture<DeleteApplicationResponse>OpenSearchAsyncClient. deleteApplication(DeleteApplicationRequest deleteApplicationRequest)Deletes a specified OpenSearch application.default DeleteApplicationResponseOpenSearchClient. deleteApplication(DeleteApplicationRequest deleteApplicationRequest)Deletes a specified OpenSearch application. -
Uses of DeleteApplicationRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type DeleteApplicationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteApplicationRequestMarshaller. marshall(DeleteApplicationRequest deleteApplicationRequest)
-