Uses of Class
software.amazon.awssdk.services.opensearch.model.DeleteDomainRequest
-
Packages that use DeleteDomainRequest 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 DeleteDomainRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type DeleteDomainRequest Modifier and Type Method Description default CompletableFuture<DeleteDomainResponse>OpenSearchAsyncClient. deleteDomain(DeleteDomainRequest deleteDomainRequest)Deletes an Amazon OpenSearch Service domain and all of its data.default DeleteDomainResponseOpenSearchClient. deleteDomain(DeleteDomainRequest deleteDomainRequest)Deletes an Amazon OpenSearch Service domain and all of its data. -
Uses of DeleteDomainRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type DeleteDomainRequest Modifier and Type Method Description SdkHttpFullRequestDeleteDomainRequestMarshaller. marshall(DeleteDomainRequest deleteDomainRequest)
-