| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteThingResult> |
AbstractAWSIotAsync.deleteThingAsync(DeleteThingRequest request,
AsyncHandler<DeleteThingRequest,DeleteThingResult> asyncHandler) |
Future<DeleteThingResult> |
AWSIotAsync.deleteThingAsync(DeleteThingRequest deleteThingRequest,
AsyncHandler<DeleteThingRequest,DeleteThingResult> asyncHandler)
Deletes the specified thing.
|
Future<DeleteThingResult> |
AWSIotAsyncClient.deleteThingAsync(DeleteThingRequest request,
AsyncHandler<DeleteThingRequest,DeleteThingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteThingRequest |
DeleteThingRequest.clone() |
DeleteThingRequest |
DeleteThingRequest.withExpectedVersion(Long expectedVersion)
The expected version of the thing record in the registry.
|
DeleteThingRequest |
DeleteThingRequest.withThingName(String thingName)
The name of the thing to delete.
|
Copyright © 2023. All rights reserved.