| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotdataplane |
|
| software.amazon.awssdk.services.iotdataplane.model |
| 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 PublishResponse |
IotDataPlaneClient.publish(Consumer<PublishRequest.Builder> publishRequest)
Publishes an MQTT message.
|
default PublishResponse |
IotDataPlaneClient.publish(PublishRequest publishRequest)
Publishes an MQTT message.
|
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 | Class and Description |
|---|---|
class |
ConflictException
The specified version does not match the version of the document.
|
class |
InternalFailureException
An unexpected error has occurred.
|
class |
InvalidRequestException
The request is not valid.
|
class |
MethodNotAllowedException
The specified combination of HTTP verb and URI is not supported.
|
class |
RequestEntityTooLargeException
The payload exceeds the maximum size allowed.
|
class |
ResourceNotFoundException
The specified resource does not exist.
|
class |
ServiceUnavailableException
The service is temporarily unavailable.
|
class |
ThrottlingException
The rate exceeds the limit.
|
class |
UnauthorizedException
You are not authorized to perform this operation.
|
class |
UnsupportedDocumentEncodingException
The document encoding is not supported.
|
| Modifier and Type | Method and Description |
|---|---|
IotDataPlaneException |
IotDataPlaneException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(IotDataPlaneException ex) |
Copyright © 2023. All rights reserved.