Uses of Class
software.amazon.awssdk.services.lightsail.model.DiskState
-
Packages that use DiskState Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of DiskState in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return DiskState Modifier and Type Method Description static DiskStateDiskState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DiskStateDisk. state()Describes the status of the disk.static DiskStateDiskState. valueOf(String name)Returns the enum constant of this type with the specified name.static DiskState[]DiskState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type DiskState Modifier and Type Method Description static Set<DiskState>DiskState. knownValues()Methods in software.amazon.awssdk.services.lightsail.model with parameters of type DiskState Modifier and Type Method Description Disk.BuilderDisk.Builder. state(DiskState state)Describes the status of the disk.
-