| 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 |
|---|---|
ListDeploymentsResult |
AWSGreengrassClient.listDeployments(ListDeploymentsRequest request)
Returns a history of deployments for the group.
|
ListDeploymentsResult |
AbstractAWSGreengrass.listDeployments(ListDeploymentsRequest request) |
ListDeploymentsResult |
AWSGreengrass.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Returns a history of deployments for the group.
|
| 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 |
|---|---|
ListDeploymentsResult |
ListDeploymentsResult.clone() |
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(Collection<Deployment> deployments)
A list of deployments for the requested groups.
|
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(Deployment... deployments)
A list of deployments for the requested groups.
|
ListDeploymentsResult |
ListDeploymentsResult.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
Copyright © 2021. All rights reserved.