Uses of Class
software.amazon.awssdk.services.opensearch.model.DeleteVpcEndpointResponse
-
Packages that use DeleteVpcEndpointResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of DeleteVpcEndpointResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return DeleteVpcEndpointResponse Modifier and Type Method Description default DeleteVpcEndpointResponseOpenSearchClient. deleteVpcEndpoint(Consumer<DeleteVpcEndpointRequest.Builder> deleteVpcEndpointRequest)Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.default DeleteVpcEndpointResponseOpenSearchClient. deleteVpcEndpoint(DeleteVpcEndpointRequest deleteVpcEndpointRequest)Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type DeleteVpcEndpointResponse Modifier and Type Method Description default CompletableFuture<DeleteVpcEndpointResponse>OpenSearchAsyncClient. deleteVpcEndpoint(Consumer<DeleteVpcEndpointRequest.Builder> deleteVpcEndpointRequest)Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.default CompletableFuture<DeleteVpcEndpointResponse>OpenSearchAsyncClient. deleteVpcEndpoint(DeleteVpcEndpointRequest deleteVpcEndpointRequest)Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.
-