| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsecuretunneling.model |
| Modifier and Type | Method and Description |
|---|---|
static TunnelStatus |
TunnelStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TunnelStatus |
Tunnel.status()
The status of a tunnel.
|
TunnelStatus |
TunnelSummary.status()
The status of a tunnel.
|
static TunnelStatus |
TunnelStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TunnelStatus[] |
TunnelStatus.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<TunnelStatus> |
TunnelStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Tunnel.Builder |
Tunnel.Builder.status(TunnelStatus status)
The status of a tunnel.
|
TunnelSummary.Builder |
TunnelSummary.Builder.status(TunnelStatus status)
The status of a tunnel.
|
Copyright © 2023. All rights reserved.