Package | Description |
---|---|
com.amazonaws.services.opensearch |
|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateOutboundConnectionResult> |
AmazonOpenSearchAsync.createOutboundConnectionAsync(CreateOutboundConnectionRequest createOutboundConnectionRequest,
AsyncHandler<CreateOutboundConnectionRequest,CreateOutboundConnectionResult> asyncHandler)
Creates a new cross-cluster connection from a local OpenSearch domain to a remote OpenSearch domain.
|
Future<CreateOutboundConnectionResult> |
AbstractAmazonOpenSearchAsync.createOutboundConnectionAsync(CreateOutboundConnectionRequest request,
AsyncHandler<CreateOutboundConnectionRequest,CreateOutboundConnectionResult> asyncHandler) |
Future<CreateOutboundConnectionResult> |
AmazonOpenSearchAsyncClient.createOutboundConnectionAsync(CreateOutboundConnectionRequest request,
AsyncHandler<CreateOutboundConnectionRequest,CreateOutboundConnectionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateOutboundConnectionRequest |
CreateOutboundConnectionRequest.clone() |
CreateOutboundConnectionRequest |
CreateOutboundConnectionRequest.withConnectionAlias(String connectionAlias)
The connection alias used used by the customer for this cross-cluster connection.
|
CreateOutboundConnectionRequest |
CreateOutboundConnectionRequest.withLocalDomainInfo(DomainInformationContainer localDomainInfo)
The
AWSDomainInformation for the local OpenSearch domain. |
CreateOutboundConnectionRequest |
CreateOutboundConnectionRequest.withRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
The
AWSDomainInformation for the remote OpenSearch domain. |
Copyright © 2021. All rights reserved.