| 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<ListDeploymentsResult> |
AbstractAWSGreengrassAsync.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Future<ListDeploymentsResult> |
AWSGreengrassAsyncClient.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Future<ListDeploymentsResult> |
AWSGreengrassAsync.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Returns a history of deployments for the group.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest |
ListDeploymentsRequest.clone() |
ListDeploymentsRequest |
ListDeploymentsRequest.withGroupId(String groupId)
The unique Id of the AWS Greengrass Group
|
ListDeploymentsRequest |
ListDeploymentsRequest.withMaxResults(String maxResults)
Specifies the maximum number of list results to be returned in this page
|
ListDeploymentsRequest |
ListDeploymentsRequest.withNextToken(String nextToken)
Specifies the pagination token used when iterating through a paginated request
|
Copyright © 2018. All rights reserved.