Uses of Class
software.amazon.awssdk.services.backupgateway.model.HypervisorState
-
Packages that use HypervisorState Package Description software.amazon.awssdk.services.backupgateway.model -
-
Uses of HypervisorState in software.amazon.awssdk.services.backupgateway.model
Methods in software.amazon.awssdk.services.backupgateway.model that return HypervisorState Modifier and Type Method Description static HypervisorStateHypervisorState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HypervisorStateHypervisor. state()The state of the hypervisor.HypervisorStateHypervisorDetails. state()This is the current state of the specified hypervisor.static HypervisorStateHypervisorState. valueOf(String name)Returns the enum constant of this type with the specified name.static HypervisorState[]HypervisorState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.backupgateway.model that return types with arguments of type HypervisorState Modifier and Type Method Description static Set<HypervisorState>HypervisorState. knownValues()Methods in software.amazon.awssdk.services.backupgateway.model with parameters of type HypervisorState Modifier and Type Method Description Hypervisor.BuilderHypervisor.Builder. state(HypervisorState state)The state of the hypervisor.HypervisorDetails.BuilderHypervisorDetails.Builder. state(HypervisorState state)This is the current state of the specified hypervisor.
-