| 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<CreateGroupResult> |
AbstractAWSGreengrassAsync.createGroupAsync(CreateGroupRequest request,
AsyncHandler<CreateGroupRequest,CreateGroupResult> asyncHandler) |
Future<CreateGroupResult> |
AWSGreengrassAsyncClient.createGroupAsync(CreateGroupRequest request,
AsyncHandler<CreateGroupRequest,CreateGroupResult> asyncHandler) |
Future<CreateGroupResult> |
AWSGreengrassAsync.createGroupAsync(CreateGroupRequest createGroupRequest,
AsyncHandler<CreateGroupRequest,CreateGroupResult> asyncHandler)
Creates a group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGroupRequest |
CreateGroupRequest.clone() |
CreateGroupRequest |
CreateGroupRequest.withAmznClientToken(String amznClientToken)
The client token used to request idempotent operations.
|
CreateGroupRequest |
CreateGroupRequest.withInitialVersion(GroupVersion initialVersion)
Information on the initial version
|
CreateGroupRequest |
CreateGroupRequest.withName(String name)
name of the group
|
Copyright © 2018. All rights reserved.