Uses of Class
software.amazon.awssdk.services.controltower.model.LandingZoneStatus
-
Packages that use LandingZoneStatus Package Description software.amazon.awssdk.services.controltower.model -
-
Uses of LandingZoneStatus in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return LandingZoneStatus Modifier and Type Method Description static LandingZoneStatusLandingZoneStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LandingZoneStatusLandingZoneDetail. status()The landing zone deployment status.static LandingZoneStatusLandingZoneStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LandingZoneStatus[]LandingZoneStatus. 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 LandingZoneStatus Modifier and Type Method Description static Set<LandingZoneStatus>LandingZoneStatus. knownValues()Methods in software.amazon.awssdk.services.controltower.model with parameters of type LandingZoneStatus Modifier and Type Method Description LandingZoneDetail.BuilderLandingZoneDetail.Builder. status(LandingZoneStatus status)The landing zone deployment status.
-