| 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 |
|---|---|
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.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateGroupRequest |
CreateGroupRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateGroupRequest |
CreateGroupRequest.clone() |
CreateGroupRequest |
CreateGroupRequest.withAmznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
CreateGroupRequest |
CreateGroupRequest.withInitialVersion(GroupVersion initialVersion)
Information about the initial version of the group.
|
CreateGroupRequest |
CreateGroupRequest.withName(String name)
The name of the group.
|
CreateGroupRequest |
CreateGroupRequest.withTags(Map<String,String> tags)
Tag(s) to add to the new resource.
|
Copyright © 2024. All rights reserved.