| 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)
Arn of the definition.
|
GetGroupResult |
GetGroupResult.withCreationTimestamp(String creationTimestamp)
Timestamp of when the definition was created.
|
GetGroupResult |
GetGroupResult.withId(String id)
Id of the definition.
|
GetGroupResult |
GetGroupResult.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
Last updated timestamp of the definition.
|
GetGroupResult |
GetGroupResult.withLatestVersion(String latestVersion)
Last version of the definition.
|
GetGroupResult |
GetGroupResult.withLatestVersionArn(String latestVersionArn)
Latest version arn of the definition.
|
GetGroupResult |
GetGroupResult.withName(String name)
Name of the definition.
|
Copyright © 2017. All rights reserved.