Uses of Class
software.amazon.awssdk.services.elasticsearch.model.ListVpcEndpointsResponse
-
Packages that use ListVpcEndpointsResponse Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service -
-
Uses of ListVpcEndpointsResponse in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch that return ListVpcEndpointsResponse Modifier and Type Method Description default ListVpcEndpointsResponseElasticsearchClient. listVpcEndpoints(Consumer<ListVpcEndpointsRequest.Builder> 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.Methods in software.amazon.awssdk.services.elasticsearch that return types with arguments of type ListVpcEndpointsResponse Modifier and Type Method Description default CompletableFuture<ListVpcEndpointsResponse>ElasticsearchAsyncClient. listVpcEndpoints(Consumer<ListVpcEndpointsRequest.Builder> listVpcEndpointsRequest)Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.default CompletableFuture<ListVpcEndpointsResponse>ElasticsearchAsyncClient. listVpcEndpoints(ListVpcEndpointsRequest listVpcEndpointsRequest)Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.
-