| 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<CreateOutboundConnectionResponse> |
OpenSearchAsyncClient.createOutboundConnection(Consumer<CreateOutboundConnectionRequest.Builder> createOutboundConnectionRequest)
Creates a new cross-cluster search connection from a source Amazon OpenSearch Service domain to a destination
domain.
|
default CreateOutboundConnectionResponse |
OpenSearchClient.createOutboundConnection(Consumer<CreateOutboundConnectionRequest.Builder> createOutboundConnectionRequest)
Creates a new cross-cluster search connection from a source Amazon OpenSearch Service domain to a destination
domain.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.builder() |
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.connectionAlias(String connectionAlias)
Name of the connection.
|
default CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.localDomainInfo(Consumer<DomainInformationContainer.Builder> localDomainInfo)
Name and Region of the source (local) domain.
|
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.localDomainInfo(DomainInformationContainer localDomainInfo)
Name and Region of the source (local) domain.
|
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.remoteDomainInfo(Consumer<DomainInformationContainer.Builder> remoteDomainInfo)
Name and Region of the destination (remote) domain.
|
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.remoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Name and Region of the destination (remote) domain.
|
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateOutboundConnectionRequest.Builder> |
CreateOutboundConnectionRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.