| 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<UpdateGroupResult> |
AbstractAWSGreengrassAsync.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler) |
Future<UpdateGroupResult> |
AWSGreengrassAsyncClient.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler) |
Future<UpdateGroupResult> |
AWSGreengrassAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler)
Updates a group.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupRequest |
UpdateGroupRequest.clone() |
UpdateGroupRequest |
UpdateGroupRequest.withGroupId(String groupId)
The unique Id of the AWS Greengrass Group
|
UpdateGroupRequest |
UpdateGroupRequest.withName(String name)
name of the definition
|
Copyright © 2018. All rights reserved.