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