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