| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentComponentUpdatePolicy |
DeploymentComponentUpdatePolicy.clone() |
DeploymentComponentUpdatePolicy |
DeploymentPolicies.getComponentUpdatePolicy()
The component update policy for the configuration deployment.
|
DeploymentComponentUpdatePolicy |
DeploymentComponentUpdatePolicy.withAction(DeploymentComponentUpdatePolicyAction action)
Whether or not to notify components and wait for components to become safe to update.
|
DeploymentComponentUpdatePolicy |
DeploymentComponentUpdatePolicy.withAction(String action)
Whether or not to notify components and wait for components to become safe to update.
|
DeploymentComponentUpdatePolicy |
DeploymentComponentUpdatePolicy.withTimeoutInSeconds(Integer timeoutInSeconds)
The amount of time in seconds that each component on a device has to report that it's safe to update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentPolicies.setComponentUpdatePolicy(DeploymentComponentUpdatePolicy componentUpdatePolicy)
The component update policy for the configuration deployment.
|
DeploymentPolicies |
DeploymentPolicies.withComponentUpdatePolicy(DeploymentComponentUpdatePolicy componentUpdatePolicy)
The component update policy for the configuration deployment.
|
Copyright © 2022. All rights reserved.