Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.SoftwareSetUpdateMode
-
Packages that use SoftwareSetUpdateMode Package Description software.amazon.awssdk.services.workspacesthinclient.model -
-
Uses of SoftwareSetUpdateMode in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return SoftwareSetUpdateMode Modifier and Type Method Description static SoftwareSetUpdateModeSoftwareSetUpdateMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SoftwareSetUpdateModeCreateEnvironmentRequest. softwareSetUpdateMode()An option to define which software updates to apply.SoftwareSetUpdateModeEnvironment. softwareSetUpdateMode()An option to define which software updates to apply.SoftwareSetUpdateModeEnvironmentSummary. softwareSetUpdateMode()An option to define which software updates to apply.SoftwareSetUpdateModeUpdateEnvironmentRequest. softwareSetUpdateMode()An option to define which software updates to apply.static SoftwareSetUpdateModeSoftwareSetUpdateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SoftwareSetUpdateMode[]SoftwareSetUpdateMode. 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 SoftwareSetUpdateMode Modifier and Type Method Description static Set<SoftwareSetUpdateMode>SoftwareSetUpdateMode. knownValues()Methods in software.amazon.awssdk.services.workspacesthinclient.model with parameters of type SoftwareSetUpdateMode Modifier and Type Method Description CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. softwareSetUpdateMode(SoftwareSetUpdateMode softwareSetUpdateMode)An option to define which software updates to apply.Environment.BuilderEnvironment.Builder. softwareSetUpdateMode(SoftwareSetUpdateMode softwareSetUpdateMode)An option to define which software updates to apply.EnvironmentSummary.BuilderEnvironmentSummary.Builder. softwareSetUpdateMode(SoftwareSetUpdateMode softwareSetUpdateMode)An option to define which software updates to apply.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. softwareSetUpdateMode(SoftwareSetUpdateMode softwareSetUpdateMode)An option to define which software updates to apply.
-