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