| Package | Description |
|---|---|
| software.amazon.awssdk.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static InterconnectState |
InterconnectState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InterconnectState |
DeleteInterconnectResponse.interconnectState()
The state of the interconnect.
|
InterconnectState |
Interconnect.interconnectState()
The state of the interconnect.
|
InterconnectState |
CreateInterconnectResponse.interconnectState()
The state of the interconnect.
|
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 |
|---|---|
static Set<InterconnectState> |
InterconnectState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeleteInterconnectResponse.Builder |
DeleteInterconnectResponse.Builder.interconnectState(InterconnectState interconnectState)
The state of the interconnect.
|
Interconnect.Builder |
Interconnect.Builder.interconnectState(InterconnectState interconnectState)
The state of the interconnect.
|
CreateInterconnectResponse.Builder |
CreateInterconnectResponse.Builder.interconnectState(InterconnectState interconnectState)
The state of the interconnect.
|
Copyright © 2023. All rights reserved.