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.LandingZoneOperationTypeLandingZoneOperationSummary. operationType()The type of the landing zone operation.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()List<LandingZoneOperationType>LandingZoneOperationFilter. types()The set of landing zone operation types selected by the filter.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.LandingZoneOperationSummary.BuilderLandingZoneOperationSummary.Builder. operationType(LandingZoneOperationType operationType)The type of the landing zone operation.LandingZoneOperationFilter.BuilderLandingZoneOperationFilter.Builder. types(LandingZoneOperationType... types)The set of landing zone operation types selected by the filter.Method parameters in software.amazon.awssdk.services.controltower.model with type arguments of type LandingZoneOperationType Modifier and Type Method Description LandingZoneOperationFilter.BuilderLandingZoneOperationFilter.Builder. types(Collection<LandingZoneOperationType> types)The set of landing zone operation types selected by the filter.
-