Package | Description |
---|---|
com.amazonaws.services.directconnect.model |
Classes modeling the various types represented by AmazonDirectConnect.
|
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 |
AllocateConnectionOnInterconnectResult.setConnectionState(ConnectionState connectionState)
State of the connection.
|
void |
Connection.setConnectionState(ConnectionState connectionState)
State of the connection.
|
void |
DeleteConnectionResult.setConnectionState(ConnectionState connectionState)
State of the connection.
|
void |
CreateConnectionResult.setConnectionState(ConnectionState connectionState)
State of the connection.
|
void |
ConfirmConnectionResult.setConnectionState(ConnectionState connectionState)
State of the connection.
|
AllocateConnectionOnInterconnectResult |
AllocateConnectionOnInterconnectResult.withConnectionState(ConnectionState connectionState)
State of the connection.
|
Connection |
Connection.withConnectionState(ConnectionState connectionState)
State of the connection.
|
DeleteConnectionResult |
DeleteConnectionResult.withConnectionState(ConnectionState connectionState)
State of the connection.
|
CreateConnectionResult |
CreateConnectionResult.withConnectionState(ConnectionState connectionState)
State of the connection.
|
ConfirmConnectionResult |
ConfirmConnectionResult.withConnectionState(ConnectionState connectionState)
State of the connection.
|
Copyright © 2014. All rights reserved.