| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotdataplane |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteThingShadowResponse |
IotDataPlaneClient.deleteThingShadow(Consumer<DeleteThingShadowRequest.Builder> deleteThingShadowRequest)
Deletes the shadow for the specified thing.
|
default DeleteThingShadowResponse |
IotDataPlaneClient.deleteThingShadow(DeleteThingShadowRequest deleteThingShadowRequest)
Deletes the shadow for the specified thing.
|
default GetThingShadowResponse |
IotDataPlaneClient.getThingShadow(Consumer<GetThingShadowRequest.Builder> getThingShadowRequest)
Gets the shadow for the specified thing.
|
default GetThingShadowResponse |
IotDataPlaneClient.getThingShadow(GetThingShadowRequest getThingShadowRequest)
Gets the shadow for the specified thing.
|
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.
|
Copyright © 2023. All rights reserved.