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