Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateThingGroupResult> |
AWSIotAsyncClient.createThingGroupAsync(CreateThingGroupRequest request,
AsyncHandler<CreateThingGroupRequest,CreateThingGroupResult> asyncHandler) |
Future<CreateThingGroupResult> |
AWSIotAsync.createThingGroupAsync(CreateThingGroupRequest createThingGroupRequest,
AsyncHandler<CreateThingGroupRequest,CreateThingGroupResult> asyncHandler)
Create a thing group.
|
Future<CreateThingGroupResult> |
AbstractAWSIotAsync.createThingGroupAsync(CreateThingGroupRequest request,
AsyncHandler<CreateThingGroupRequest,CreateThingGroupResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateThingGroupRequest |
CreateThingGroupRequest.clone() |
CreateThingGroupRequest |
CreateThingGroupRequest.withParentGroupName(String parentGroupName)
The name of the parent thing group.
|
CreateThingGroupRequest |
CreateThingGroupRequest.withTags(Collection<Tag> tags)
Metadata which can be used to manage the thing group.
|
CreateThingGroupRequest |
CreateThingGroupRequest.withTags(Tag... tags)
Metadata which can be used to manage the thing group.
|
CreateThingGroupRequest |
CreateThingGroupRequest.withThingGroupName(String thingGroupName)
The thing group name to create.
|
CreateThingGroupRequest |
CreateThingGroupRequest.withThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
|
Copyright © 2023. All rights reserved.