Uses of Class
software.amazon.awssdk.services.iot.model.CreateThingTypeRequest
-
Packages that use CreateThingTypeRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of CreateThingTypeRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type CreateThingTypeRequest Modifier and Type Method Description default CompletableFuture<CreateThingTypeResponse>IotAsyncClient. createThingType(CreateThingTypeRequest createThingTypeRequest)Creates a new thing type.default CreateThingTypeResponseIotClient. createThingType(CreateThingTypeRequest createThingTypeRequest)Creates a new thing type. -
Uses of CreateThingTypeRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type CreateThingTypeRequest Modifier and Type Method Description SdkHttpFullRequestCreateThingTypeRequestMarshaller. marshall(CreateThingTypeRequest createThingTypeRequest)
-