| Package | Description |
|---|---|
| com.amazonaws.services.iotdata.model |
| Modifier and Type | Method and Description |
|---|---|
RetainedMessageSummary |
RetainedMessageSummary.clone() |
RetainedMessageSummary |
RetainedMessageSummary.withLastModifiedTime(Long lastModifiedTime)
The Epoch date and time, in milliseconds, when the retained message was stored by IoT.
|
RetainedMessageSummary |
RetainedMessageSummary.withPayloadSize(Long payloadSize)
The size of the retained message's payload in bytes.
|
RetainedMessageSummary |
RetainedMessageSummary.withQos(Integer qos)
The quality of service (QoS) level used to publish the retained message.
|
RetainedMessageSummary |
RetainedMessageSummary.withTopic(String topic)
The topic name to which the retained message was published.
|
| Modifier and Type | Method and Description |
|---|---|
List<RetainedMessageSummary> |
ListRetainedMessagesResult.getRetainedTopics()
A summary list the account's retained messages.
|
| Modifier and Type | Method and Description |
|---|---|
ListRetainedMessagesResult |
ListRetainedMessagesResult.withRetainedTopics(RetainedMessageSummary... retainedTopics)
A summary list the account's retained messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRetainedMessagesResult.setRetainedTopics(Collection<RetainedMessageSummary> retainedTopics)
A summary list the account's retained messages.
|
ListRetainedMessagesResult |
ListRetainedMessagesResult.withRetainedTopics(Collection<RetainedMessageSummary> retainedTopics)
A summary list the account's retained messages.
|
Copyright © 2025. All rights reserved.