| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
EffectiveDeployment |
EffectiveDeployment.clone() |
EffectiveDeployment |
EffectiveDeployment.withCoreDeviceExecutionStatus(EffectiveDeploymentExecutionStatus coreDeviceExecutionStatus)
The status of the deployment job on the Greengrass core device.
|
EffectiveDeployment |
EffectiveDeployment.withCoreDeviceExecutionStatus(String coreDeviceExecutionStatus)
The status of the deployment job on the Greengrass core device.
|
EffectiveDeployment |
EffectiveDeployment.withCreationTimestamp(Date creationTimestamp)
The time at which the deployment was created, expressed in ISO 8601 format.
|
EffectiveDeployment |
EffectiveDeployment.withDeploymentId(String deploymentId)
The ID of the deployment.
|
EffectiveDeployment |
EffectiveDeployment.withDeploymentName(String deploymentName)
The name of the deployment.
|
EffectiveDeployment |
EffectiveDeployment.withDescription(String description)
The description of the deployment job.
|
EffectiveDeployment |
EffectiveDeployment.withIotJobArn(String iotJobArn)
The ARN of the IoT job
that applies the deployment to target devices.
|
EffectiveDeployment |
EffectiveDeployment.withIotJobId(String iotJobId)
The ID of the IoT job that applies the deployment to target devices.
|
EffectiveDeployment |
EffectiveDeployment.withModifiedTimestamp(Date modifiedTimestamp)
The time at which the deployment job was last modified, expressed in ISO 8601 format.
|
EffectiveDeployment |
EffectiveDeployment.withReason(String reason)
The reason code for the update, if the job was updated.
|
EffectiveDeployment |
EffectiveDeployment.withTargetArn(String targetArn)
The ARN of the target
IoT thing or thing group.
|
| Modifier and Type | Method and Description |
|---|---|
List<EffectiveDeployment> |
ListEffectiveDeploymentsResult.getEffectiveDeployments()
A list that summarizes each deployment on the core device.
|
| Modifier and Type | Method and Description |
|---|---|
ListEffectiveDeploymentsResult |
ListEffectiveDeploymentsResult.withEffectiveDeployments(EffectiveDeployment... effectiveDeployments)
A list that summarizes each deployment on the core device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEffectiveDeploymentsResult.setEffectiveDeployments(Collection<EffectiveDeployment> effectiveDeployments)
A list that summarizes each deployment on the core device.
|
ListEffectiveDeploymentsResult |
ListEffectiveDeploymentsResult.withEffectiveDeployments(Collection<EffectiveDeployment> effectiveDeployments)
A list that summarizes each deployment on the core device.
|
Copyright © 2022. All rights reserved.