Uses of Class
software.amazon.awssdk.services.privatenetworks.model.DeviceIdentifierStatus
-
Packages that use DeviceIdentifierStatus Package Description software.amazon.awssdk.services.privatenetworks.model -
-
Uses of DeviceIdentifierStatus in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return DeviceIdentifierStatus Modifier and Type Method Description static DeviceIdentifierStatusDeviceIdentifierStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DeviceIdentifierStatusDeviceIdentifier. status()The status of the device identifier.static DeviceIdentifierStatusDeviceIdentifierStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceIdentifierStatus[]DeviceIdentifierStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type DeviceIdentifierStatus Modifier and Type Method Description static Set<DeviceIdentifierStatus>DeviceIdentifierStatus. knownValues()Methods in software.amazon.awssdk.services.privatenetworks.model with parameters of type DeviceIdentifierStatus Modifier and Type Method Description DeviceIdentifier.BuilderDeviceIdentifier.Builder. status(DeviceIdentifierStatus status)The status of the device identifier.
-