Uses of Class
software.amazon.awssdk.services.elasticsearch.model.DeleteVpcEndpointResponse
-
Packages that use DeleteVpcEndpointResponse Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service -
-
Uses of DeleteVpcEndpointResponse in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch that return DeleteVpcEndpointResponse Modifier and Type Method Description default DeleteVpcEndpointResponseElasticsearchClient. deleteVpcEndpoint(Consumer<DeleteVpcEndpointRequest.Builder> deleteVpcEndpointRequest)Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.default DeleteVpcEndpointResponseElasticsearchClient. deleteVpcEndpoint(DeleteVpcEndpointRequest deleteVpcEndpointRequest)Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.Methods in software.amazon.awssdk.services.elasticsearch that return types with arguments of type DeleteVpcEndpointResponse Modifier and Type Method Description default CompletableFuture<DeleteVpcEndpointResponse>ElasticsearchAsyncClient. deleteVpcEndpoint(Consumer<DeleteVpcEndpointRequest.Builder> deleteVpcEndpointRequest)Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.default CompletableFuture<DeleteVpcEndpointResponse>ElasticsearchAsyncClient. deleteVpcEndpoint(DeleteVpcEndpointRequest deleteVpcEndpointRequest)Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.
-