| Package | Description |
|---|---|
| com.amazonaws.services.greengrass |
AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate,
while still using the cloud for management, analytics, and durable storage.
|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentStatusResult |
AbstractAWSGreengrass.getDeploymentStatus(GetDeploymentStatusRequest request) |
GetDeploymentStatusResult |
AWSGreengrass.getDeploymentStatus(GetDeploymentStatusRequest getDeploymentStatusRequest)
Returns the status of a deployment.
|
GetDeploymentStatusResult |
AWSGreengrassClient.getDeploymentStatus(GetDeploymentStatusRequest request)
Returns the status of a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeploymentStatusResult> |
AWSGreengrassAsync.getDeploymentStatusAsync(GetDeploymentStatusRequest getDeploymentStatusRequest,
AsyncHandler<GetDeploymentStatusRequest,GetDeploymentStatusResult> asyncHandler)
Returns the status of a deployment.
|
Future<GetDeploymentStatusResult> |
AbstractAWSGreengrassAsync.getDeploymentStatusAsync(GetDeploymentStatusRequest request,
AsyncHandler<GetDeploymentStatusRequest,GetDeploymentStatusResult> asyncHandler) |
Future<GetDeploymentStatusResult> |
AWSGreengrassAsyncClient.getDeploymentStatusAsync(GetDeploymentStatusRequest request,
AsyncHandler<GetDeploymentStatusRequest,GetDeploymentStatusResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentStatusResult |
GetDeploymentStatusResult.clone() |
GetDeploymentStatusResult |
GetDeploymentStatusResult.withDeploymentStatus(String deploymentStatus)
The status of the deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
|
GetDeploymentStatusResult |
GetDeploymentStatusResult.withDeploymentType(DeploymentType deploymentType)
The type of the deployment.
|
GetDeploymentStatusResult |
GetDeploymentStatusResult.withDeploymentType(String deploymentType)
The type of the deployment.
|
GetDeploymentStatusResult |
GetDeploymentStatusResult.withErrorDetails(Collection<ErrorDetail> errorDetails)
Error details
|
GetDeploymentStatusResult |
GetDeploymentStatusResult.withErrorDetails(ErrorDetail... errorDetails)
Error details
|
GetDeploymentStatusResult |
GetDeploymentStatusResult.withErrorMessage(String errorMessage)
Error message
|
GetDeploymentStatusResult |
GetDeploymentStatusResult.withUpdatedAt(String updatedAt)
The time, in milliseconds since the epoch, when the deployment status was updated.
|
Copyright © 2021. All rights reserved.