| Package | Description |
|---|---|
| com.amazonaws.services.sagemakeredgemanager.model |
| Modifier and Type | Method and Description |
|---|---|
EdgeDeployment |
EdgeDeployment.clone() |
EdgeDeployment |
EdgeDeployment.withDefinitions(Collection<Definition> definitions)
Returns a list of Definition objects.
|
EdgeDeployment |
EdgeDeployment.withDefinitions(Definition... definitions)
Returns a list of Definition objects.
|
EdgeDeployment |
EdgeDeployment.withDeploymentName(String deploymentName)
The name and unique ID of the deployment.
|
EdgeDeployment |
EdgeDeployment.withFailureHandlingPolicy(FailureHandlingPolicy failureHandlingPolicy)
Determines whether to rollback to previous configuration if deployment fails.
|
EdgeDeployment |
EdgeDeployment.withFailureHandlingPolicy(String failureHandlingPolicy)
Determines whether to rollback to previous configuration if deployment fails.
|
EdgeDeployment |
EdgeDeployment.withType(DeploymentType type)
The type of the deployment.
|
EdgeDeployment |
EdgeDeployment.withType(String type)
The type of the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
List<EdgeDeployment> |
GetDeploymentsResult.getDeployments()
Returns a list of the configurations of the active deployments on the device.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentsResult |
GetDeploymentsResult.withDeployments(EdgeDeployment... deployments)
Returns a list of the configurations of the active deployments on the device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeploymentsResult.setDeployments(Collection<EdgeDeployment> deployments)
Returns a list of the configurations of the active deployments on the device.
|
GetDeploymentsResult |
GetDeploymentsResult.withDeployments(Collection<EdgeDeployment> deployments)
Returns a list of the configurations of the active deployments on the device.
|
Copyright © 2025. All rights reserved.