Uses of Class
software.amazon.awssdk.services.storagegateway.model.SoftwareUpdatePreferences
-
Packages that use SoftwareUpdatePreferences Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of SoftwareUpdatePreferences in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return SoftwareUpdatePreferences Modifier and Type Method Description SoftwareUpdatePreferencesDescribeMaintenanceStartTimeResponse. softwareUpdatePreferences()A set of variables indicating the software update preferences for the gateway.SoftwareUpdatePreferencesUpdateMaintenanceStartTimeRequest. softwareUpdatePreferences()A set of variables indicating the software update preferences for the gateway.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type SoftwareUpdatePreferences Modifier and Type Method Description DescribeMaintenanceStartTimeResponse.BuilderDescribeMaintenanceStartTimeResponse.Builder. softwareUpdatePreferences(SoftwareUpdatePreferences softwareUpdatePreferences)A set of variables indicating the software update preferences for the gateway.UpdateMaintenanceStartTimeRequest.BuilderUpdateMaintenanceStartTimeRequest.Builder. softwareUpdatePreferences(SoftwareUpdatePreferences softwareUpdatePreferences)A set of variables indicating the software update preferences for the gateway.
-