| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteThingTypeResponse |
IotClient.deleteThingType(Consumer<DeleteThingTypeRequest.Builder> deleteThingTypeRequest)
Deletes the specified thing type.
|
default DeleteThingTypeResponse |
IotClient.deleteThingType(DeleteThingTypeRequest deleteThingTypeRequest)
Deletes the specified thing type.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteThingTypeResponse> |
IotAsyncClient.deleteThingType(Consumer<DeleteThingTypeRequest.Builder> deleteThingTypeRequest)
Deletes the specified thing type.
|
default CompletableFuture<DeleteThingTypeResponse> |
IotAsyncClient.deleteThingType(DeleteThingTypeRequest deleteThingTypeRequest)
Deletes the specified thing type.
|
Copyright © 2019. All rights reserved.