| 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 |
|---|---|
GetGroupVersionResult |
AWSGreengrass.getGroupVersion(GetGroupVersionRequest getGroupVersionRequest)
Retrieves information about a group version.
|
GetGroupVersionResult |
AWSGreengrassClient.getGroupVersion(GetGroupVersionRequest request)
Retrieves information about a group version.
|
GetGroupVersionResult |
AbstractAWSGreengrass.getGroupVersion(GetGroupVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetGroupVersionResult> |
AWSGreengrassAsyncClient.getGroupVersionAsync(GetGroupVersionRequest request,
AsyncHandler<GetGroupVersionRequest,GetGroupVersionResult> asyncHandler) |
Future<GetGroupVersionResult> |
AbstractAWSGreengrassAsync.getGroupVersionAsync(GetGroupVersionRequest request,
AsyncHandler<GetGroupVersionRequest,GetGroupVersionResult> asyncHandler) |
Future<GetGroupVersionResult> |
AWSGreengrassAsync.getGroupVersionAsync(GetGroupVersionRequest getGroupVersionRequest,
AsyncHandler<GetGroupVersionRequest,GetGroupVersionResult> asyncHandler)
Retrieves information about a group version.
|
| Modifier and Type | Method and Description |
|---|---|
GetGroupVersionResult |
GetGroupVersionResult.clone() |
GetGroupVersionResult |
GetGroupVersionResult.withArn(String arn)
The ARN of the group version.
|
GetGroupVersionResult |
GetGroupVersionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the group version was created.
|
GetGroupVersionResult |
GetGroupVersionResult.withDefinition(GroupVersion definition)
Information about the group version definition.
|
GetGroupVersionResult |
GetGroupVersionResult.withId(String id)
The ID of the group version.
|
GetGroupVersionResult |
GetGroupVersionResult.withVersion(String version)
The unique ID for the version of the group.
|
Copyright © 2019. All rights reserved.