| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateThingResponse |
IotClient.createThing(Consumer<CreateThingRequest.Builder> createThingRequest)
Creates a thing record in the registry.
|
default CreateThingResponse |
IotClient.createThing(CreateThingRequest createThingRequest)
Creates a thing record in the registry.
|
| Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.