| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteThingGroupResult> |
AWSIotAsyncClient.deleteThingGroupAsync(DeleteThingGroupRequest request,
AsyncHandler<DeleteThingGroupRequest,DeleteThingGroupResult> asyncHandler) |
Future<DeleteThingGroupResult> |
AbstractAWSIotAsync.deleteThingGroupAsync(DeleteThingGroupRequest request,
AsyncHandler<DeleteThingGroupRequest,DeleteThingGroupResult> asyncHandler) |
Future<DeleteThingGroupResult> |
AWSIotAsync.deleteThingGroupAsync(DeleteThingGroupRequest deleteThingGroupRequest,
AsyncHandler<DeleteThingGroupRequest,DeleteThingGroupResult> asyncHandler)
Deletes a thing group.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteThingGroupRequest |
DeleteThingGroupRequest.clone() |
DeleteThingGroupRequest |
DeleteThingGroupRequest.withExpectedVersion(Long expectedVersion)
The expected version of the thing group to delete.
|
DeleteThingGroupRequest |
DeleteThingGroupRequest.withThingGroupName(String thingGroupName)
The name of the thing group to delete.
|
Copyright © 2024. All rights reserved.