Package | Description |
---|---|
com.amazonaws.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateOutboundConnectionResult> |
AbstractAmazonOpenSearchAsync.createOutboundConnectionAsync(CreateOutboundConnectionRequest request,
AsyncHandler<CreateOutboundConnectionRequest,CreateOutboundConnectionResult> asyncHandler) |
Future<CreateOutboundConnectionResult> |
AmazonOpenSearchAsyncClient.createOutboundConnectionAsync(CreateOutboundConnectionRequest request,
AsyncHandler<CreateOutboundConnectionRequest,CreateOutboundConnectionResult> asyncHandler) |
Future<CreateOutboundConnectionResult> |
AmazonOpenSearchAsync.createOutboundConnectionAsync(CreateOutboundConnectionRequest createOutboundConnectionRequest,
AsyncHandler<CreateOutboundConnectionRequest,CreateOutboundConnectionResult> asyncHandler)
Creates a new cross-cluster search connection from a source Amazon OpenSearch Service domain to a destination
domain.
|
Modifier and Type | Method and Description |
---|---|
CreateOutboundConnectionRequest |
CreateOutboundConnectionRequest.clone() |
CreateOutboundConnectionRequest |
CreateOutboundConnectionRequest.withConnectionAlias(String connectionAlias)
Name of the connection.
|
CreateOutboundConnectionRequest |
CreateOutboundConnectionRequest.withConnectionMode(ConnectionMode connectionMode)
The connection mode.
|
CreateOutboundConnectionRequest |
CreateOutboundConnectionRequest.withConnectionMode(String connectionMode)
The connection mode.
|
CreateOutboundConnectionRequest |
CreateOutboundConnectionRequest.withConnectionProperties(ConnectionProperties connectionProperties)
The
ConnectionProperties for the outbound connection. |
CreateOutboundConnectionRequest |
CreateOutboundConnectionRequest.withLocalDomainInfo(DomainInformationContainer localDomainInfo)
Name and Region of the source (local) domain.
|
CreateOutboundConnectionRequest |
CreateOutboundConnectionRequest.withRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Name and Region of the destination (remote) domain.
|
Copyright © 2023. All rights reserved.