| 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 RejectInboundConnectionResponse |
OpenSearchClient.rejectInboundConnection(Consumer<RejectInboundConnectionRequest.Builder> rejectInboundConnectionRequest)
Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request.
|
default CompletableFuture<RejectInboundConnectionResponse> |
OpenSearchAsyncClient.rejectInboundConnection(Consumer<RejectInboundConnectionRequest.Builder> rejectInboundConnectionRequest)
Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request.
|
| Modifier and Type | Method and Description |
|---|---|
static RejectInboundConnectionRequest.Builder |
RejectInboundConnectionRequest.builder() |
RejectInboundConnectionRequest.Builder |
RejectInboundConnectionRequest.Builder.connectionId(String connectionId)
The unique identifier of the inbound connection to reject.
|
RejectInboundConnectionRequest.Builder |
RejectInboundConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RejectInboundConnectionRequest.Builder |
RejectInboundConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RejectInboundConnectionRequest.Builder |
RejectInboundConnectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RejectInboundConnectionRequest.Builder> |
RejectInboundConnectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.