Uses of Class
software.amazon.awssdk.services.iot.model.DeleteThingTypeResponse
-
Packages that use DeleteThingTypeResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DeleteThingTypeResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DeleteThingTypeResponse Modifier and Type Method Description default DeleteThingTypeResponseIotClient. deleteThingType(Consumer<DeleteThingTypeRequest.Builder> deleteThingTypeRequest)Deletes the specified thing type.default DeleteThingTypeResponseIotClient. deleteThingType(DeleteThingTypeRequest deleteThingTypeRequest)Deletes the specified thing type.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DeleteThingTypeResponse Modifier and Type Method 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.
-