Uses of Class
software.amazon.awssdk.services.iot.model.DeprecateThingTypeResponse
-
Packages that use DeprecateThingTypeResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DeprecateThingTypeResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DeprecateThingTypeResponse Modifier and Type Method Description default DeprecateThingTypeResponseIotClient. deprecateThingType(Consumer<DeprecateThingTypeRequest.Builder> deprecateThingTypeRequest)Deprecates a thing type.default DeprecateThingTypeResponseIotClient. deprecateThingType(DeprecateThingTypeRequest deprecateThingTypeRequest)Deprecates a thing type.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DeprecateThingTypeResponse Modifier and Type Method Description default CompletableFuture<DeprecateThingTypeResponse>IotAsyncClient. deprecateThingType(Consumer<DeprecateThingTypeRequest.Builder> deprecateThingTypeRequest)Deprecates a thing type.default CompletableFuture<DeprecateThingTypeResponse>IotAsyncClient. deprecateThingType(DeprecateThingTypeRequest deprecateThingTypeRequest)Deprecates a thing type.
-