| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Deployment.clone() |
Deployment |
Deployment.withCreatedAt(String createdAt)
The time, in milliseconds since the epoch, when the deployment was created.
|
Deployment |
Deployment.withDeploymentArn(String deploymentArn)
The ARN of the deployment.
|
Deployment |
Deployment.withDeploymentId(String deploymentId)
The ID of the deployment.
|
Deployment |
Deployment.withDeploymentType(DeploymentType deploymentType)
The type of the deployment.
|
Deployment |
Deployment.withDeploymentType(String deploymentType)
The type of the deployment.
|
Deployment |
Deployment.withGroupArn(String groupArn)
The ARN of the group for this deployment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Deployment> |
ListDeploymentsResult.getDeployments()
A list of deployments for the requested groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(Deployment... deployments)
A list of deployments for the requested groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentsResult.setDeployments(Collection<Deployment> deployments)
A list of deployments for the requested groups.
|
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(Collection<Deployment> deployments)
A list of deployments for the requested groups.
|
Copyright © 2018. All rights reserved.