Uses of Class
software.amazon.awssdk.services.arczonalshift.model.PracticeRunOutcome
-
Packages that use PracticeRunOutcome Package Description software.amazon.awssdk.services.arczonalshift.model -
-
Uses of PracticeRunOutcome in software.amazon.awssdk.services.arczonalshift.model
Methods in software.amazon.awssdk.services.arczonalshift.model that return PracticeRunOutcome Modifier and Type Method Description static PracticeRunOutcomePracticeRunOutcome. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PracticeRunOutcomeZonalShiftInResource. practiceRunOutcome()The outcome, or end state, returned for a practice run.PracticeRunOutcomeZonalShiftSummary. practiceRunOutcome()The outcome, or end state, of a practice run.static PracticeRunOutcomePracticeRunOutcome. valueOf(String name)Returns the enum constant of this type with the specified name.static PracticeRunOutcome[]PracticeRunOutcome. 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 PracticeRunOutcome Modifier and Type Method Description static Set<PracticeRunOutcome>PracticeRunOutcome. knownValues()Methods in software.amazon.awssdk.services.arczonalshift.model with parameters of type PracticeRunOutcome Modifier and Type Method Description ZonalShiftInResource.BuilderZonalShiftInResource.Builder. practiceRunOutcome(PracticeRunOutcome practiceRunOutcome)The outcome, or end state, returned for a practice run.ZonalShiftSummary.BuilderZonalShiftSummary.Builder. practiceRunOutcome(PracticeRunOutcome practiceRunOutcome)The outcome, or end state, of a practice run.
-