| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
BulkDeploymentResult |
BulkDeploymentResult.clone() |
BulkDeploymentResult |
BulkDeploymentResult.withCreatedAt(String createdAt)
The time, in ISO format, when the deployment was created.
|
BulkDeploymentResult |
BulkDeploymentResult.withDeploymentArn(String deploymentArn)
The ARN of the group deployment.
|
BulkDeploymentResult |
BulkDeploymentResult.withDeploymentId(String deploymentId)
The ID of the group deployment.
|
BulkDeploymentResult |
BulkDeploymentResult.withDeploymentStatus(String deploymentStatus)
The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
|
BulkDeploymentResult |
BulkDeploymentResult.withDeploymentType(DeploymentType deploymentType)
The type of the deployment.
|
BulkDeploymentResult |
BulkDeploymentResult.withDeploymentType(String deploymentType)
The type of the deployment.
|
BulkDeploymentResult |
BulkDeploymentResult.withErrorDetails(Collection<ErrorDetail> errorDetails)
Details about the error.
|
BulkDeploymentResult |
BulkDeploymentResult.withErrorDetails(ErrorDetail... errorDetails)
Details about the error.
|
BulkDeploymentResult |
BulkDeploymentResult.withErrorMessage(String errorMessage)
The error message for a failed deployment
|
BulkDeploymentResult |
BulkDeploymentResult.withGroupArn(String groupArn)
The ARN of the Greengrass group.
|
| Modifier and Type | Method and Description |
|---|---|
List<BulkDeploymentResult> |
ListBulkDeploymentDetailedReportsResult.getDeployments()
A list of the individual group deployments in the bulk deployment operation.
|
| Modifier and Type | Method and Description |
|---|---|
ListBulkDeploymentDetailedReportsResult |
ListBulkDeploymentDetailedReportsResult.withDeployments(BulkDeploymentResult... deployments)
A list of the individual group deployments in the bulk deployment operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBulkDeploymentDetailedReportsResult.setDeployments(Collection<BulkDeploymentResult> deployments)
A list of the individual group deployments in the bulk deployment operation.
|
ListBulkDeploymentDetailedReportsResult |
ListBulkDeploymentDetailedReportsResult.withDeployments(Collection<BulkDeploymentResult> deployments)
A list of the individual group deployments in the bulk deployment operation.
|
Copyright © 2023. All rights reserved.