Uses of Class
software.amazon.awssdk.services.panorama.model.ConnectionType
-
Packages that use ConnectionType Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of ConnectionType in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return ConnectionType Modifier and Type Method Description ConnectionTypeEthernetPayload. connectionType()How the device gets an IP address.static ConnectionTypeConnectionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectionTypeConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionType[]ConnectionType. 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 ConnectionType Modifier and Type Method Description static Set<ConnectionType>ConnectionType. knownValues()Methods in software.amazon.awssdk.services.panorama.model with parameters of type ConnectionType Modifier and Type Method Description EthernetPayload.BuilderEthernetPayload.Builder. connectionType(ConnectionType connectionType)How the device gets an IP address.
-