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