| Package | Description |
|---|---|
| software.amazon.awssdk.services.backupgateway.model |
| Modifier and Type | Method and Description |
|---|---|
static HypervisorState |
HypervisorState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HypervisorState |
HypervisorDetails.state()
This is the current state of the specified hypervisor.
|
HypervisorState |
Hypervisor.state()
The state of the hypervisor.
|
static HypervisorState |
HypervisorState.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HypervisorState> |
HypervisorState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HypervisorDetails.Builder |
HypervisorDetails.Builder.state(HypervisorState state)
This is the current state of the specified hypervisor.
|
Hypervisor.Builder |
Hypervisor.Builder.state(HypervisorState state)
The state of the hypervisor.
|
Copyright © 2023. All rights reserved.