Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.PhysicalConnectorType
-
Packages that use PhysicalConnectorType Package Description software.amazon.awssdk.services.snowdevicemanagement.model -
-
Uses of PhysicalConnectorType in software.amazon.awssdk.services.snowdevicemanagement.model
Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return PhysicalConnectorType Modifier and Type Method Description static PhysicalConnectorTypePhysicalConnectorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PhysicalConnectorTypePhysicalNetworkInterface. physicalConnectorType()The physical connector type.static PhysicalConnectorTypePhysicalConnectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static PhysicalConnectorType[]PhysicalConnectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return types with arguments of type PhysicalConnectorType Modifier and Type Method Description static Set<PhysicalConnectorType>PhysicalConnectorType. knownValues()Methods in software.amazon.awssdk.services.snowdevicemanagement.model with parameters of type PhysicalConnectorType Modifier and Type Method Description PhysicalNetworkInterface.BuilderPhysicalNetworkInterface.Builder. physicalConnectorType(PhysicalConnectorType physicalConnectorType)The physical connector type.
-