Uses of Class
software.amazon.awssdk.services.opensearch.model.ListVpcEndpointAccessRequest
-
Packages that use ListVpcEndpointAccessRequest Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.software.amazon.awssdk.services.opensearch.transform -
-
Uses of ListVpcEndpointAccessRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type ListVpcEndpointAccessRequest Modifier and Type Method Description 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.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. -
Uses of ListVpcEndpointAccessRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type ListVpcEndpointAccessRequest Modifier and Type Method Description SdkHttpFullRequestListVpcEndpointAccessRequestMarshaller. marshall(ListVpcEndpointAccessRequest listVpcEndpointAccessRequest)
-