Uses of Class
software.amazon.awssdk.services.iot.model.DeleteThingResponse
-
Packages that use DeleteThingResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DeleteThingResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DeleteThingResponse Modifier and Type Method Description default DeleteThingResponseIotClient. deleteThing(Consumer<DeleteThingRequest.Builder> deleteThingRequest)Deletes the specified thing.default DeleteThingResponseIotClient. deleteThing(DeleteThingRequest deleteThingRequest)Deletes the specified thing.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DeleteThingResponse Modifier and Type Method Description default CompletableFuture<DeleteThingResponse>IotAsyncClient. deleteThing(Consumer<DeleteThingRequest.Builder> deleteThingRequest)Deletes the specified thing.default CompletableFuture<DeleteThingResponse>IotAsyncClient. deleteThing(DeleteThingRequest deleteThingRequest)Deletes the specified thing.
-