| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateThingResponse |
IotClient.updateThing(Consumer<UpdateThingRequest.Builder> updateThingRequest)
Updates the data for a thing.
|
default UpdateThingResponse |
IotClient.updateThing(UpdateThingRequest updateThingRequest)
Updates the data for a thing.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateThingResponse> |
IotAsyncClient.updateThing(Consumer<UpdateThingRequest.Builder> updateThingRequest)
Updates the data for a thing.
|
default CompletableFuture<UpdateThingResponse> |
IotAsyncClient.updateThing(UpdateThingRequest updateThingRequest)
Updates the data for a thing.
|
Copyright © 2019. All rights reserved.