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