Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
ConnectionProperties |
ConnectionProperties.clone() |
ConnectionProperties |
OutboundConnection.getConnectionProperties()
Properties for the outbound connection.
|
ConnectionProperties |
CreateOutboundConnectionResult.getConnectionProperties()
The
ConnectionProperties for the newly created connection. |
ConnectionProperties |
CreateOutboundConnectionRequest.getConnectionProperties()
The
ConnectionProperties for the outbound connection. |
ConnectionProperties |
ConnectionProperties.withCrossClusterSearch(CrossClusterSearchConnectionProperties crossClusterSearch)
The connection properties for cross cluster search.
|
ConnectionProperties |
ConnectionProperties.withEndpoint(String endpoint)
|
Modifier and Type | Method and Description |
---|---|
void |
OutboundConnection.setConnectionProperties(ConnectionProperties connectionProperties)
Properties for the outbound connection.
|
void |
CreateOutboundConnectionResult.setConnectionProperties(ConnectionProperties connectionProperties)
The
ConnectionProperties for the newly created connection. |
void |
CreateOutboundConnectionRequest.setConnectionProperties(ConnectionProperties connectionProperties)
The
ConnectionProperties for the outbound connection. |
OutboundConnection |
OutboundConnection.withConnectionProperties(ConnectionProperties connectionProperties)
Properties for the outbound connection.
|
CreateOutboundConnectionResult |
CreateOutboundConnectionResult.withConnectionProperties(ConnectionProperties connectionProperties)
The
ConnectionProperties for the newly created connection. |
CreateOutboundConnectionRequest |
CreateOutboundConnectionRequest.withConnectionProperties(ConnectionProperties connectionProperties)
The
ConnectionProperties for the outbound connection. |
Copyright © 2023. All rights reserved.