Uses of Class
software.amazon.awssdk.services.elasticsearch.model.ListVpcEndpointAccessRequest
-
Packages that use ListVpcEndpointAccessRequest Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service software.amazon.awssdk.services.elasticsearch.transform -
-
Uses of ListVpcEndpointAccessRequest in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch with parameters of type ListVpcEndpointAccessRequest Modifier and Type Method Description 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.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. -
Uses of ListVpcEndpointAccessRequest in software.amazon.awssdk.services.elasticsearch.transform
Methods in software.amazon.awssdk.services.elasticsearch.transform with parameters of type ListVpcEndpointAccessRequest Modifier and Type Method Description SdkHttpFullRequestListVpcEndpointAccessRequestMarshaller. marshall(ListVpcEndpointAccessRequest listVpcEndpointAccessRequest)
-