| Package | Description |
|---|---|
| software.amazon.awssdk.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkConnectionStatus |
EthernetStatus.connectionStatus()
The device's connection status.
|
NetworkConnectionStatus |
NtpStatus.connectionStatus()
The connection's status.
|
static NetworkConnectionStatus |
NetworkConnectionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static NetworkConnectionStatus |
NetworkConnectionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkConnectionStatus[] |
NetworkConnectionStatus.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<NetworkConnectionStatus> |
NetworkConnectionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EthernetStatus.Builder |
EthernetStatus.Builder.connectionStatus(NetworkConnectionStatus connectionStatus)
The device's connection status.
|
NtpStatus.Builder |
NtpStatus.Builder.connectionStatus(NetworkConnectionStatus connectionStatus)
The connection's status.
|
Copyright © 2022. All rights reserved.