| Package | Description |
|---|---|
| software.amazon.awssdk.services.arczonalshift.model |
| Modifier and Type | Method and Description |
|---|---|
AppliedStatus |
ZonalShiftInResource.appliedStatus()
An
appliedStatus for a zonal shift for a resource can have one of two values: APPLIED
or NOT_APPLIED. |
static AppliedStatus |
AppliedStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AppliedStatus |
AppliedStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppliedStatus[] |
AppliedStatus.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<AppliedStatus> |
AppliedStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ZonalShiftInResource.Builder |
ZonalShiftInResource.Builder.appliedStatus(AppliedStatus appliedStatus)
An
appliedStatus for a zonal shift for a resource can have one of two values:
APPLIED or NOT_APPLIED. |
Copyright © 2023. All rights reserved.