Uses of Class
software.amazon.awssdk.services.greengrassv2.model.DeploymentComponentUpdatePolicyAction
-
Packages that use DeploymentComponentUpdatePolicyAction Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of DeploymentComponentUpdatePolicyAction in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return DeploymentComponentUpdatePolicyAction Modifier and Type Method Description DeploymentComponentUpdatePolicyActionDeploymentComponentUpdatePolicy. action()Whether or not to notify components and wait for components to become safe to update.static DeploymentComponentUpdatePolicyActionDeploymentComponentUpdatePolicyAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeploymentComponentUpdatePolicyActionDeploymentComponentUpdatePolicyAction. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentComponentUpdatePolicyAction[]DeploymentComponentUpdatePolicyAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type DeploymentComponentUpdatePolicyAction Modifier and Type Method Description static Set<DeploymentComponentUpdatePolicyAction>DeploymentComponentUpdatePolicyAction. knownValues()Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type DeploymentComponentUpdatePolicyAction Modifier and Type Method Description DeploymentComponentUpdatePolicy.BuilderDeploymentComponentUpdatePolicy.Builder. action(DeploymentComponentUpdatePolicyAction action)Whether or not to notify components and wait for components to become safe to update.
-