Uses of Class
software.amazon.awssdk.services.controltower.model.LandingZoneDriftStatus
-
Packages that use LandingZoneDriftStatus Package Description software.amazon.awssdk.services.controltower.model -
-
Uses of LandingZoneDriftStatus in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return LandingZoneDriftStatus Modifier and Type Method Description static LandingZoneDriftStatusLandingZoneDriftStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LandingZoneDriftStatusLandingZoneDriftStatusSummary. status()The drift status of the landing zone.static LandingZoneDriftStatusLandingZoneDriftStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LandingZoneDriftStatus[]LandingZoneDriftStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.controltower.model that return types with arguments of type LandingZoneDriftStatus Modifier and Type Method Description static Set<LandingZoneDriftStatus>LandingZoneDriftStatus. knownValues()Methods in software.amazon.awssdk.services.controltower.model with parameters of type LandingZoneDriftStatus Modifier and Type Method Description LandingZoneDriftStatusSummary.BuilderLandingZoneDriftStatusSummary.Builder. status(LandingZoneDriftStatus status)The drift status of the landing zone.
-