Package | Description |
---|---|
com.amazonaws.services.directconnect.model |
Classes modeling the various types represented by AmazonDirectConnect.
|
Modifier and Type | Method and Description |
---|---|
static InterconnectState |
InterconnectState.fromValue(String value)
Use this in place of valueOf.
|
static InterconnectState |
InterconnectState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterconnectState[] |
InterconnectState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Interconnect.setInterconnectState(InterconnectState interconnectState)
State of the interconnect.
|
void |
CreateInterconnectResult.setInterconnectState(InterconnectState interconnectState)
State of the interconnect.
|
void |
DeleteInterconnectResult.setInterconnectState(InterconnectState interconnectState)
State of the interconnect.
|
Interconnect |
Interconnect.withInterconnectState(InterconnectState interconnectState)
State of the interconnect.
|
CreateInterconnectResult |
CreateInterconnectResult.withInterconnectState(InterconnectState interconnectState)
State of the interconnect.
|
DeleteInterconnectResult |
DeleteInterconnectResult.withInterconnectState(InterconnectState interconnectState)
State of the interconnect.
|
Copyright © 2014. All rights reserved.