| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Deployment.clone() |
Deployment |
Deployment.withCreationTimestamp(Date creationTimestamp)
The time at which the deployment was created, expressed in ISO 8601 format.
|
Deployment |
Deployment.withDeploymentId(String deploymentId)
The ID of the deployment.
|
Deployment |
Deployment.withDeploymentName(String deploymentName)
The name of the deployment.
|
Deployment |
Deployment.withDeploymentStatus(DeploymentStatus deploymentStatus)
The status of the deployment.
|
Deployment |
Deployment.withDeploymentStatus(String deploymentStatus)
The status of the deployment.
|
Deployment |
Deployment.withIsLatestForTarget(Boolean isLatestForTarget)
Whether or not the deployment is the latest revision for its target.
|
Deployment |
Deployment.withRevisionId(String revisionId)
The revision number of the deployment.
|
Deployment |
Deployment.withTargetArn(String targetArn)
The ARN of the target
AWS IoT thing or thing group.
|
| Modifier and Type | Method and Description |
|---|---|
List<Deployment> |
ListDeploymentsResult.getDeployments()
A list that summarizes each deployment.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(Deployment... deployments)
A list that summarizes each deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentsResult.setDeployments(Collection<Deployment> deployments)
A list that summarizes each deployment.
|
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(Collection<Deployment> deployments)
A list that summarizes each deployment.
|
Copyright © 2021. All rights reserved.