Uses of Class
software.amazon.awssdk.services.iot.model.CreateThingRequest
-
Packages that use CreateThingRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of CreateThingRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type CreateThingRequest Modifier and Type Method Description default CompletableFuture<CreateThingResponse>IotAsyncClient. createThing(CreateThingRequest createThingRequest)Creates a thing record in the registry.default CreateThingResponseIotClient. createThing(CreateThingRequest createThingRequest)Creates a thing record in the registry. -
Uses of CreateThingRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type CreateThingRequest Modifier and Type Method Description SdkHttpFullRequestCreateThingRequestMarshaller. marshall(CreateThingRequest createThingRequest)
-