| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
CreateThingGroupResult |
AbstractAWSIot.createThingGroup(CreateThingGroupRequest request) |
CreateThingGroupResult |
AWSIot.createThingGroup(CreateThingGroupRequest createThingGroupRequest)
Create a thing group.
|
CreateThingGroupResult |
AWSIotClient.createThingGroup(CreateThingGroupRequest request)
Create a thing group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateThingGroupResult> |
AWSIotAsync.createThingGroupAsync(CreateThingGroupRequest createThingGroupRequest,
AsyncHandler<CreateThingGroupRequest,CreateThingGroupResult> asyncHandler)
Create a thing group.
|
Future<CreateThingGroupResult> |
AWSIotAsyncClient.createThingGroupAsync(CreateThingGroupRequest request,
AsyncHandler<CreateThingGroupRequest,CreateThingGroupResult> asyncHandler) |
Future<CreateThingGroupResult> |
AbstractAWSIotAsync.createThingGroupAsync(CreateThingGroupRequest request,
AsyncHandler<CreateThingGroupRequest,CreateThingGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateThingGroupResult |
CreateThingGroupResult.clone() |
CreateThingGroupResult |
CreateThingGroupResult.withThingGroupArn(String thingGroupArn)
The thing group ARN.
|
CreateThingGroupResult |
CreateThingGroupResult.withThingGroupId(String thingGroupId)
The thing group ID.
|
CreateThingGroupResult |
CreateThingGroupResult.withThingGroupName(String thingGroupName)
The thing group name.
|
Copyright © 2019. All rights reserved.