Uses of Class
software.amazon.awssdk.services.elasticsearch.model.ListVpcEndpointsRequest
-
Packages that use ListVpcEndpointsRequest Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service software.amazon.awssdk.services.elasticsearch.transform -
-
Uses of ListVpcEndpointsRequest in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch with parameters of type ListVpcEndpointsRequest Modifier and Type Method Description default CompletableFuture<ListVpcEndpointsResponse>ElasticsearchAsyncClient. listVpcEndpoints(ListVpcEndpointsRequest listVpcEndpointsRequest)Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.default ListVpcEndpointsResponseElasticsearchClient. listVpcEndpoints(ListVpcEndpointsRequest listVpcEndpointsRequest)Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region. -
Uses of ListVpcEndpointsRequest in software.amazon.awssdk.services.elasticsearch.transform
Methods in software.amazon.awssdk.services.elasticsearch.transform with parameters of type ListVpcEndpointsRequest Modifier and Type Method Description SdkHttpFullRequestListVpcEndpointsRequestMarshaller. marshall(ListVpcEndpointsRequest listVpcEndpointsRequest)
-