| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionMode |
CreateOutboundConnectionResponse.connectionMode()
The connection mode.
|
ConnectionMode |
CreateOutboundConnectionRequest.connectionMode()
The connection mode.
|
ConnectionMode |
InboundConnection.connectionMode()
The connection mode.
|
ConnectionMode |
OutboundConnection.connectionMode()
The connection mode.
|
static ConnectionMode |
ConnectionMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ConnectionMode |
ConnectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionMode[] |
ConnectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ConnectionMode> |
ConnectionMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateOutboundConnectionResponse.Builder |
CreateOutboundConnectionResponse.Builder.connectionMode(ConnectionMode connectionMode)
The connection mode.
|
CreateOutboundConnectionRequest.Builder |
CreateOutboundConnectionRequest.Builder.connectionMode(ConnectionMode connectionMode)
The connection mode.
|
InboundConnection.Builder |
InboundConnection.Builder.connectionMode(ConnectionMode connectionMode)
The connection mode.
|
OutboundConnection.Builder |
OutboundConnection.Builder.connectionMode(ConnectionMode connectionMode)
The connection mode.
|
Copyright © 2023. All rights reserved.