| 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 |
|---|---|
Future<GetDeploymentStatusResult> |
AWSGreengrassAsyncClient.getDeploymentStatusAsync(GetDeploymentStatusRequest request,
AsyncHandler<GetDeploymentStatusRequest,GetDeploymentStatusResult> asyncHandler) |
Future<GetDeploymentStatusResult> |
AbstractAWSGreengrassAsync.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 ID of the deployment.
|
GetDeploymentStatusRequest |
GetDeploymentStatusRequest.withGroupId(String groupId)
The ID of the Greengrass group.
|
Copyright © 2022. All rights reserved.