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