| Package | Description |
|---|---|
| com.amazonaws.services.greengrass |
AWS 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 |
|---|---|
Future<GetDeploymentStatusResult> |
AbstractAWSGreengrassAsync.getDeploymentStatusAsync(GetDeploymentStatusRequest request,
AsyncHandler<GetDeploymentStatusRequest,GetDeploymentStatusResult> asyncHandler) |
Future<GetDeploymentStatusResult> |
AWSGreengrassAsyncClient.getDeploymentStatusAsync(GetDeploymentStatusRequest request,
AsyncHandler<GetDeploymentStatusRequest,GetDeploymentStatusResult> asyncHandler) |
Future<GetDeploymentStatusResult> |
AWSGreengrassAsync.getDeploymentStatusAsync(GetDeploymentStatusRequest getDeploymentStatusRequest,
AsyncHandler<GetDeploymentStatusRequest,GetDeploymentStatusResult> asyncHandler)
Returns the status of a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentStatusRequest |
GetDeploymentStatusRequest.clone() |
GetDeploymentStatusRequest |
GetDeploymentStatusRequest.withDeploymentId(String deploymentId)
the deployment Id
|
GetDeploymentStatusRequest |
GetDeploymentStatusRequest.withGroupId(String groupId)
The unique Id of the AWS Greengrass Group
|
Copyright © 2017. All rights reserved.