| 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.model |
| Modifier and Type | Method and 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 ListVpcEndpointAccessResponse |
OpenSearchClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
static ListVpcEndpointAccessRequest.Builder |
ListVpcEndpointAccessRequest.builder() |
ListVpcEndpointAccessRequest.Builder |
ListVpcEndpointAccessRequest.Builder.domainName(String domainName)
The name of the OpenSearch Service domain to retrieve access information for.
|
ListVpcEndpointAccessRequest.Builder |
ListVpcEndpointAccessRequest.Builder.nextToken(String nextToken)
If your initial
ListVpcEndpointAccess operation returns a nextToken, you can
include the returned nextToken in subsequent ListVpcEndpointAccess operations,
which returns results in the next page. |
ListVpcEndpointAccessRequest.Builder |
ListVpcEndpointAccessRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVpcEndpointAccessRequest.Builder |
ListVpcEndpointAccessRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListVpcEndpointAccessRequest.Builder |
ListVpcEndpointAccessRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListVpcEndpointAccessRequest.Builder> |
ListVpcEndpointAccessRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.