Uses of Class
software.amazon.awssdk.services.arczonalshift.model.AppliedStatus
-
Packages that use AppliedStatus Package Description software.amazon.awssdk.services.arczonalshift.model -
-
Uses of AppliedStatus in software.amazon.awssdk.services.arczonalshift.model
Methods in software.amazon.awssdk.services.arczonalshift.model that return AppliedStatus Modifier and Type Method Description AppliedStatusZonalShiftInResource. appliedStatus()TheappliedStatusfield specifies which application traffic shift is in effect for a resource when there is more than one active traffic shift.static AppliedStatusAppliedStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AppliedStatusAppliedStatus. 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.Methods in software.amazon.awssdk.services.arczonalshift.model that return types with arguments of type AppliedStatus Modifier and Type Method Description static Set<AppliedStatus>AppliedStatus. knownValues()Methods in software.amazon.awssdk.services.arczonalshift.model with parameters of type AppliedStatus Modifier and Type Method Description ZonalShiftInResource.BuilderZonalShiftInResource.Builder. appliedStatus(AppliedStatus appliedStatus)TheappliedStatusfield specifies which application traffic shift is in effect for a resource when there is more than one active traffic shift.
-