| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| 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 |
DeleteInterconnectResult.setInterconnectState(InterconnectState interconnectState)
The state of the interconnect.
|
void |
Interconnect.setInterconnectState(InterconnectState interconnectState)
The state of the interconnect.
|
void |
CreateInterconnectResult.setInterconnectState(InterconnectState interconnectState)
The state of the interconnect.
|
DeleteInterconnectResult |
DeleteInterconnectResult.withInterconnectState(InterconnectState interconnectState)
The state of the interconnect.
|
Interconnect |
Interconnect.withInterconnectState(InterconnectState interconnectState)
The state of the interconnect.
|
CreateInterconnectResult |
CreateInterconnectResult.withInterconnectState(InterconnectState interconnectState)
The state of the interconnect.
|
Copyright © 2020. All rights reserved.