| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionMode |
ConnectorProfile.connectionMode()
Indicates the connection mode and if it is public or private.
|
ConnectionMode |
CreateConnectorProfileRequest.connectionMode()
Indicates the connection mode and specifies whether it is public or private.
|
ConnectionMode |
UpdateConnectorProfileRequest.connectionMode()
Indicates the connection mode and if it is public or private.
|
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 |
|---|---|
ConnectorProfile.Builder |
ConnectorProfile.Builder.connectionMode(ConnectionMode connectionMode)
Indicates the connection mode and if it is public or private.
|
CreateConnectorProfileRequest.Builder |
CreateConnectorProfileRequest.Builder.connectionMode(ConnectionMode connectionMode)
Indicates the connection mode and specifies whether it is public or private.
|
UpdateConnectorProfileRequest.Builder |
UpdateConnectorProfileRequest.Builder.connectionMode(ConnectionMode connectionMode)
Indicates the connection mode and if it is public or private.
|
Copyright © 2022. All rights reserved.