Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.SoftwareSetUpdateSchedule
-
Packages that use SoftwareSetUpdateSchedule Package Description software.amazon.awssdk.services.workspacesthinclient.model -
-
Uses of SoftwareSetUpdateSchedule in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return SoftwareSetUpdateSchedule Modifier and Type Method Description static SoftwareSetUpdateScheduleSoftwareSetUpdateSchedule. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SoftwareSetUpdateScheduleCreateEnvironmentRequest. softwareSetUpdateSchedule()An option to define if software updates should be applied within a maintenance window.SoftwareSetUpdateScheduleDevice. softwareSetUpdateSchedule()An option to define if software updates should be applied within a maintenance window.SoftwareSetUpdateScheduleDeviceSummary. softwareSetUpdateSchedule()An option to define if software updates should be applied within a maintenance window.SoftwareSetUpdateScheduleEnvironment. softwareSetUpdateSchedule()An option to define if software updates should be applied within a maintenance window.SoftwareSetUpdateScheduleEnvironmentSummary. softwareSetUpdateSchedule()An option to define if software updates should be applied within a maintenance window.SoftwareSetUpdateScheduleUpdateDeviceRequest. softwareSetUpdateSchedule()An option to define if software updates should be applied within a maintenance window.SoftwareSetUpdateScheduleUpdateEnvironmentRequest. softwareSetUpdateSchedule()An option to define if software updates should be applied within a maintenance window.static SoftwareSetUpdateScheduleSoftwareSetUpdateSchedule. valueOf(String name)Returns the enum constant of this type with the specified name.static SoftwareSetUpdateSchedule[]SoftwareSetUpdateSchedule. 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 SoftwareSetUpdateSchedule Modifier and Type Method Description static Set<SoftwareSetUpdateSchedule>SoftwareSetUpdateSchedule. knownValues()Methods in software.amazon.awssdk.services.workspacesthinclient.model with parameters of type SoftwareSetUpdateSchedule Modifier and Type Method Description CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. softwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule)An option to define if software updates should be applied within a maintenance window.Device.BuilderDevice.Builder. softwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule)An option to define if software updates should be applied within a maintenance window.DeviceSummary.BuilderDeviceSummary.Builder. softwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule)An option to define if software updates should be applied within a maintenance window.Environment.BuilderEnvironment.Builder. softwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule)An option to define if software updates should be applied within a maintenance window.EnvironmentSummary.BuilderEnvironmentSummary.Builder. softwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule)An option to define if software updates should be applied within a maintenance window.UpdateDeviceRequest.BuilderUpdateDeviceRequest.Builder. softwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule)An option to define if software updates should be applied within a maintenance window.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. softwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule)An option to define if software updates should be applied within a maintenance window.
-