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()Valid values:LandingZoneOperationStatusLandingZoneOperationSummary. status()The status of the landing zone operation.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()List<LandingZoneOperationStatus>LandingZoneOperationFilter. statuses()The statuses of the set of landing zone operations selected by the filter.Methods in software.amazon.awssdk.services.controltower.model with parameters of type LandingZoneOperationStatus Modifier and Type Method Description LandingZoneOperationDetail.BuilderLandingZoneOperationDetail.Builder. status(LandingZoneOperationStatus status)Valid values:LandingZoneOperationSummary.BuilderLandingZoneOperationSummary.Builder. status(LandingZoneOperationStatus status)The status of the landing zone operation.LandingZoneOperationFilter.BuilderLandingZoneOperationFilter.Builder. statuses(LandingZoneOperationStatus... statuses)The statuses of the set of landing zone operations selected by the filter.Method parameters in software.amazon.awssdk.services.controltower.model with type arguments of type LandingZoneOperationStatus Modifier and Type Method Description LandingZoneOperationFilter.BuilderLandingZoneOperationFilter.Builder. statuses(Collection<LandingZoneOperationStatus> statuses)The statuses of the set of landing zone operations selected by the filter.
-