| 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<ListGroupVersionsResult> |
AbstractAWSGreengrassAsync.listGroupVersionsAsync(ListGroupVersionsRequest request,
AsyncHandler<ListGroupVersionsRequest,ListGroupVersionsResult> asyncHandler) |
Future<ListGroupVersionsResult> |
AWSGreengrassAsync.listGroupVersionsAsync(ListGroupVersionsRequest listGroupVersionsRequest,
AsyncHandler<ListGroupVersionsRequest,ListGroupVersionsResult> asyncHandler)
Lists the versions of a group.
|
Future<ListGroupVersionsResult> |
AWSGreengrassAsyncClient.listGroupVersionsAsync(ListGroupVersionsRequest request,
AsyncHandler<ListGroupVersionsRequest,ListGroupVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListGroupVersionsRequest |
ListGroupVersionsRequest.clone() |
ListGroupVersionsRequest |
ListGroupVersionsRequest.withGroupId(String groupId)
The ID of the Greengrass group.
|
ListGroupVersionsRequest |
ListGroupVersionsRequest.withMaxResults(String maxResults)
The maximum number of results to be returned per request.
|
ListGroupVersionsRequest |
ListGroupVersionsRequest.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
Copyright © 2021. All rights reserved.