| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch |
|
| Modifier and Type | Method and Description |
|---|---|
default ListVpcEndpointAccessResponse |
ElasticsearchClient.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 ListVpcEndpointAccessResponse |
ElasticsearchClient.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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.