| 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 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.
|
default ListRetainedMessagesResponse |
IotDataPlaneClient.listRetainedMessages(Consumer<ListRetainedMessagesRequest.Builder> listRetainedMessagesRequest)
Lists summary information about the retained messages stored for the account.
|
default ListRetainedMessagesResponse |
IotDataPlaneClient.listRetainedMessages(ListRetainedMessagesRequest listRetainedMessagesRequest)
Lists summary information about the retained messages stored for the account.
|
default ListRetainedMessagesIterable |
IotDataPlaneClient.listRetainedMessagesPaginator(Consumer<ListRetainedMessagesRequest.Builder> listRetainedMessagesRequest)
Lists summary information about the retained messages stored for the account.
|
default ListRetainedMessagesIterable |
IotDataPlaneClient.listRetainedMessagesPaginator(ListRetainedMessagesRequest listRetainedMessagesRequest)
Lists summary information about the retained messages stored for the account.
|
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.