| 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 |
|---|---|
GetGroupResult |
AWSGreengrass.getGroup(GetGroupRequest getGroupRequest)
Retrieves information about a group.
|
GetGroupResult |
AWSGreengrassClient.getGroup(GetGroupRequest request)
Retrieves information about a group.
|
GetGroupResult |
AbstractAWSGreengrass.getGroup(GetGroupRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetGroupResult> |
AbstractAWSGreengrassAsync.getGroupAsync(GetGroupRequest request) |
Future<GetGroupResult> |
AWSGreengrassAsyncClient.getGroupAsync(GetGroupRequest request) |
Future<GetGroupResult> |
AWSGreengrassAsync.getGroupAsync(GetGroupRequest getGroupRequest)
Retrieves information about a group.
|
Future<GetGroupResult> |
AbstractAWSGreengrassAsync.getGroupAsync(GetGroupRequest request,
AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler) |
Future<GetGroupResult> |
AWSGreengrassAsyncClient.getGroupAsync(GetGroupRequest request,
AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler) |
Future<GetGroupResult> |
AWSGreengrassAsync.getGroupAsync(GetGroupRequest getGroupRequest,
AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
Retrieves information about a group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetGroupResult> |
AbstractAWSGreengrassAsync.getGroupAsync(GetGroupRequest request,
AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler) |
Future<GetGroupResult> |
AWSGreengrassAsyncClient.getGroupAsync(GetGroupRequest request,
AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler) |
Future<GetGroupResult> |
AWSGreengrassAsync.getGroupAsync(GetGroupRequest getGroupRequest,
AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
Retrieves information about a group.
|
| Modifier and Type | Method and Description |
|---|---|
GetGroupResult |
GetGroupResult.clone() |
GetGroupResult |
GetGroupResult.withArn(String arn)
The ARN of the definition.
|
GetGroupResult |
GetGroupResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the definition was created.
|
GetGroupResult |
GetGroupResult.withId(String id)
The ID of the definition.
|
GetGroupResult |
GetGroupResult.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the definition was last updated.
|
GetGroupResult |
GetGroupResult.withLatestVersion(String latestVersion)
The latest version of the definition.
|
GetGroupResult |
GetGroupResult.withLatestVersionArn(String latestVersionArn)
The ARN of the latest version of the definition.
|
GetGroupResult |
GetGroupResult.withName(String name)
The name of the definition.
|
Copyright © 2018. All rights reserved.