Uses of Class
software.amazon.awssdk.services.opensearch.model.ListVpcEndpointAccessResponse
-
Packages that use ListVpcEndpointAccessResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of ListVpcEndpointAccessResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return ListVpcEndpointAccessResponse Modifier and Type Method Description default ListVpcEndpointAccessResponseOpenSearchClient. listVpcEndpointAccess(Consumer<ListVpcEndpointAccessRequest.Builder> listVpcEndpointAccessRequest)Retrieves information about each Amazon Web Services principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.default ListVpcEndpointAccessResponseOpenSearchClient. listVpcEndpointAccess(ListVpcEndpointAccessRequest listVpcEndpointAccessRequest)Retrieves information about each Amazon Web Services 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.opensearch that return types with arguments of type ListVpcEndpointAccessResponse Modifier and Type Method Description default CompletableFuture<ListVpcEndpointAccessResponse>OpenSearchAsyncClient. listVpcEndpointAccess(Consumer<ListVpcEndpointAccessRequest.Builder> listVpcEndpointAccessRequest)Retrieves information about each Amazon Web Services principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.default CompletableFuture<ListVpcEndpointAccessResponse>OpenSearchAsyncClient. listVpcEndpointAccess(ListVpcEndpointAccessRequest listVpcEndpointAccessRequest)Retrieves information about each Amazon Web Services principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
-