| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotdataplane |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateThingShadowResponse |
IotDataPlaneClient.updateThingShadow(Consumer<UpdateThingShadowRequest.Builder> updateThingShadowRequest)
Updates the shadow for the specified thing.
|
default UpdateThingShadowResponse |
IotDataPlaneClient.updateThingShadow(UpdateThingShadowRequest updateThingShadowRequest)
Updates the shadow for the specified thing.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateThingShadowResponse> |
IotDataPlaneAsyncClient.updateThingShadow(Consumer<UpdateThingShadowRequest.Builder> updateThingShadowRequest)
Updates the shadow for the specified thing.
|
default CompletableFuture<UpdateThingShadowResponse> |
IotDataPlaneAsyncClient.updateThingShadow(UpdateThingShadowRequest updateThingShadowRequest)
Updates the shadow for the specified thing.
|
Copyright © 2020. All rights reserved.