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