| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateGroupResponse |
GreengrassClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a group.
|
default CreateGroupResponse |
GreengrassClient.createGroup(CreateGroupRequest createGroupRequest)
Creates a group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateGroupResponse> |
GreengrassAsyncClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a group.
|
default CompletableFuture<CreateGroupResponse> |
GreengrassAsyncClient.createGroup(CreateGroupRequest createGroupRequest)
Creates a group.
|
Copyright © 2020. All rights reserved.