| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionState |
ConnectionState.fromValue(String value)
Use this in place of valueOf.
|
static ConnectionState |
ConnectionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionState[] |
ConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisassociateConnectionFromLagResult.setConnectionState(ConnectionState connectionState)
The state of the connection.
|
void |
DeleteConnectionResult.setConnectionState(ConnectionState connectionState)
The state of the connection.
|
void |
CreateConnectionResult.setConnectionState(ConnectionState connectionState)
The state of the connection.
|
void |
ConfirmConnectionResult.setConnectionState(ConnectionState connectionState)
The state of the connection.
|
void |
AssociateHostedConnectionResult.setConnectionState(ConnectionState connectionState)
The state of the connection.
|
void |
AssociateConnectionWithLagResult.setConnectionState(ConnectionState connectionState)
The state of the connection.
|
void |
AllocateConnectionOnInterconnectResult.setConnectionState(ConnectionState connectionState)
The state of the connection.
|
void |
AllocateHostedConnectionResult.setConnectionState(ConnectionState connectionState)
The state of the connection.
|
void |
UpdateConnectionResult.setConnectionState(ConnectionState connectionState)
The state of the connection.
|
void |
Connection.setConnectionState(ConnectionState connectionState)
The state of the connection.
|
DisassociateConnectionFromLagResult |
DisassociateConnectionFromLagResult.withConnectionState(ConnectionState connectionState)
The state of the connection.
|
DeleteConnectionResult |
DeleteConnectionResult.withConnectionState(ConnectionState connectionState)
The state of the connection.
|
CreateConnectionResult |
CreateConnectionResult.withConnectionState(ConnectionState connectionState)
The state of the connection.
|
ConfirmConnectionResult |
ConfirmConnectionResult.withConnectionState(ConnectionState connectionState)
The state of the connection.
|
AssociateHostedConnectionResult |
AssociateHostedConnectionResult.withConnectionState(ConnectionState connectionState)
The state of the connection.
|
AssociateConnectionWithLagResult |
AssociateConnectionWithLagResult.withConnectionState(ConnectionState connectionState)
The state of the connection.
|
AllocateConnectionOnInterconnectResult |
AllocateConnectionOnInterconnectResult.withConnectionState(ConnectionState connectionState)
The state of the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withConnectionState(ConnectionState connectionState)
The state of the connection.
|
UpdateConnectionResult |
UpdateConnectionResult.withConnectionState(ConnectionState connectionState)
The state of the connection.
|
Connection |
Connection.withConnectionState(ConnectionState connectionState)
The state of the connection.
|
Copyright © 2025. All rights reserved.