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