Uses of Class
software.amazon.awssdk.services.elasticsearch.model.ListVpcEndpointAccessResponse
-
Packages that use ListVpcEndpointAccessResponse Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service -
-
Uses of ListVpcEndpointAccessResponse in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch that return ListVpcEndpointAccessResponse Modifier and Type Method Description default ListVpcEndpointAccessResponseElasticsearchClient. listVpcEndpointAccess(Consumer<ListVpcEndpointAccessRequest.Builder> listVpcEndpointAccessRequest)Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.default ListVpcEndpointAccessResponseElasticsearchClient. listVpcEndpointAccess(ListVpcEndpointAccessRequest listVpcEndpointAccessRequest)Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.Methods in software.amazon.awssdk.services.elasticsearch that return types with arguments of type ListVpcEndpointAccessResponse Modifier and Type Method Description default CompletableFuture<ListVpcEndpointAccessResponse>ElasticsearchAsyncClient. listVpcEndpointAccess(Consumer<ListVpcEndpointAccessRequest.Builder> listVpcEndpointAccessRequest)Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.default CompletableFuture<ListVpcEndpointAccessResponse>ElasticsearchAsyncClient. listVpcEndpointAccess(ListVpcEndpointAccessRequest listVpcEndpointAccessRequest)Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
-