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 |
---|---|
CreateOutboundConnectionResult |
AbstractAmazonOpenSearch.createOutboundConnection(CreateOutboundConnectionRequest request) |
CreateOutboundConnectionResult |
AmazonOpenSearchClient.createOutboundConnection(CreateOutboundConnectionRequest request)
Creates a new cross-cluster search connection from a source Amazon OpenSearch Service domain to a destination
domain.
|
CreateOutboundConnectionResult |
AmazonOpenSearch.createOutboundConnection(CreateOutboundConnectionRequest 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 |
---|---|
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 |
---|---|
CreateOutboundConnectionResult |
CreateOutboundConnectionResult.clone() |
CreateOutboundConnectionResult |
CreateOutboundConnectionResult.withConnectionAlias(String connectionAlias)
Name of the connection.
|
CreateOutboundConnectionResult |
CreateOutboundConnectionResult.withConnectionId(String connectionId)
The unique identifier for the created outbound connection, which is used for subsequent operations on the
connection.
|
CreateOutboundConnectionResult |
CreateOutboundConnectionResult.withConnectionMode(ConnectionMode connectionMode)
The connection mode.
|
CreateOutboundConnectionResult |
CreateOutboundConnectionResult.withConnectionMode(String connectionMode)
The connection mode.
|
CreateOutboundConnectionResult |
CreateOutboundConnectionResult.withConnectionProperties(ConnectionProperties connectionProperties)
The
ConnectionProperties for the newly created connection. |
CreateOutboundConnectionResult |
CreateOutboundConnectionResult.withConnectionStatus(OutboundConnectionStatus connectionStatus)
The status of the connection.
|
CreateOutboundConnectionResult |
CreateOutboundConnectionResult.withLocalDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
CreateOutboundConnectionResult |
CreateOutboundConnectionResult.withRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
Copyright © 2023. All rights reserved.