Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.MaintenanceWindowType
-
Packages that use MaintenanceWindowType Package Description software.amazon.awssdk.services.workspacesthinclient.model -
-
Uses of MaintenanceWindowType in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return MaintenanceWindowType Modifier and Type Method Description static MaintenanceWindowTypeMaintenanceWindowType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MaintenanceWindowTypeMaintenanceWindow. type()An option to select the default or custom maintenance window.static MaintenanceWindowTypeMaintenanceWindowType. valueOf(String name)Returns the enum constant of this type with the specified name.static MaintenanceWindowType[]MaintenanceWindowType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspacesthinclient.model that return types with arguments of type MaintenanceWindowType Modifier and Type Method Description static Set<MaintenanceWindowType>MaintenanceWindowType. knownValues()Methods in software.amazon.awssdk.services.workspacesthinclient.model with parameters of type MaintenanceWindowType Modifier and Type Method Description MaintenanceWindow.BuilderMaintenanceWindow.Builder. type(MaintenanceWindowType type)An option to select the default or custom maintenance window.
-