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