| 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 AcceptInboundConnectionResponse |
OpenSearchClient.acceptInboundConnection(Consumer<AcceptInboundConnectionRequest.Builder> acceptInboundConnectionRequest)
Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search
connection request.
|
default CompletableFuture<AcceptInboundConnectionResponse> |
OpenSearchAsyncClient.acceptInboundConnection(Consumer<AcceptInboundConnectionRequest.Builder> acceptInboundConnectionRequest)
Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search
connection request.
|
| Modifier and Type | Method and Description |
|---|---|
static AcceptInboundConnectionRequest.Builder |
AcceptInboundConnectionRequest.builder() |
AcceptInboundConnectionRequest.Builder |
AcceptInboundConnectionRequest.Builder.connectionId(String connectionId)
The ID of the inbound connection to accept.
|
AcceptInboundConnectionRequest.Builder |
AcceptInboundConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AcceptInboundConnectionRequest.Builder |
AcceptInboundConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AcceptInboundConnectionRequest.Builder |
AcceptInboundConnectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AcceptInboundConnectionRequest.Builder> |
AcceptInboundConnectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.