Uses of Class
software.amazon.awssdk.services.panorama.model.NetworkConnectionStatus
-
Packages that use NetworkConnectionStatus Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of NetworkConnectionStatus in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return NetworkConnectionStatus Modifier and Type Method Description NetworkConnectionStatusEthernetStatus. connectionStatus()The device's connection status.NetworkConnectionStatusNtpStatus. connectionStatus()The connection's status.static NetworkConnectionStatusNetworkConnectionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NetworkConnectionStatusNetworkConnectionStatus. 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.Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type NetworkConnectionStatus Modifier and Type Method Description static Set<NetworkConnectionStatus>NetworkConnectionStatus. knownValues()Methods in software.amazon.awssdk.services.panorama.model with parameters of type NetworkConnectionStatus Modifier and Type Method Description EthernetStatus.BuilderEthernetStatus.Builder. connectionStatus(NetworkConnectionStatus connectionStatus)The device's connection status.NtpStatus.BuilderNtpStatus.Builder. connectionStatus(NetworkConnectionStatus connectionStatus)The connection's status.
-