| 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 ListNamedShadowsForThingResponse |
IotDataPlaneClient.listNamedShadowsForThing(Consumer<ListNamedShadowsForThingRequest.Builder> listNamedShadowsForThingRequest)
Lists the shadows for the specified thing.
|
default ListNamedShadowsForThingResponse |
IotDataPlaneClient.listNamedShadowsForThing(ListNamedShadowsForThingRequest listNamedShadowsForThingRequest)
Lists the shadows for the specified thing.
|
Copyright © 2021. All rights reserved.