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 GetRetainedMessageResponse |
IotDataPlaneClient.getRetainedMessage(Consumer<GetRetainedMessageRequest.Builder> getRetainedMessageRequest) |
Gets the details of a single retained message for the specified topic.
|
default GetRetainedMessageResponse |
IotDataPlaneClient.getRetainedMessage(GetRetainedMessageRequest getRetainedMessageRequest) |
Gets the details of a single retained message for the specified topic.
|
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.
|