| 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<GetGroupVersionResult> |
AWSGreengrassAsyncClient.getGroupVersionAsync(GetGroupVersionRequest request,
AsyncHandler<GetGroupVersionRequest,GetGroupVersionResult> asyncHandler) |
Future<GetGroupVersionResult> |
AWSGreengrassAsync.getGroupVersionAsync(GetGroupVersionRequest getGroupVersionRequest,
AsyncHandler<GetGroupVersionRequest,GetGroupVersionResult> asyncHandler)
Retrieves information about a group version.
|
Future<GetGroupVersionResult> |
AbstractAWSGreengrassAsync.getGroupVersionAsync(GetGroupVersionRequest request,
AsyncHandler<GetGroupVersionRequest,GetGroupVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetGroupVersionRequest |
GetGroupVersionRequest.clone() |
GetGroupVersionRequest |
GetGroupVersionRequest.withGroupId(String groupId)
The ID of the Greengrass group.
|
GetGroupVersionRequest |
GetGroupVersionRequest.withGroupVersionId(String groupVersionId)
The ID of the group version.
|
Copyright © 2020. All rights reserved.