Uses of Class
software.amazon.awssdk.services.storagegateway.model.AutomaticUpdatePolicy
-
Packages that use AutomaticUpdatePolicy Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of AutomaticUpdatePolicy in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return AutomaticUpdatePolicy Modifier and Type Method Description AutomaticUpdatePolicySoftwareUpdatePreferences. automaticUpdatePolicy()Indicates the automatic update policy for a gateway.static AutomaticUpdatePolicyAutomaticUpdatePolicy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutomaticUpdatePolicyAutomaticUpdatePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static AutomaticUpdatePolicy[]AutomaticUpdatePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type AutomaticUpdatePolicy Modifier and Type Method Description static Set<AutomaticUpdatePolicy>AutomaticUpdatePolicy. knownValues()Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type AutomaticUpdatePolicy Modifier and Type Method Description SoftwareUpdatePreferences.BuilderSoftwareUpdatePreferences.Builder. automaticUpdatePolicy(AutomaticUpdatePolicy automaticUpdatePolicy)Indicates the automatic update policy for a gateway.
-