| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotdataplane |
|
| software.amazon.awssdk.services.iotdataplane.paginators |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRetainedMessagesResponse> |
IotDataPlaneAsyncClient.listRetainedMessages(Consumer<ListRetainedMessagesRequest.Builder> listRetainedMessagesRequest)
Lists summary information about the retained messages stored for the account.
|
default CompletableFuture<ListRetainedMessagesResponse> |
IotDataPlaneAsyncClient.listRetainedMessages(ListRetainedMessagesRequest listRetainedMessagesRequest)
Lists summary information about the retained messages stored for the account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRetainedMessagesResponse> |
ListRetainedMessagesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRetainedMessagesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRetainedMessagesResponse> subscriber) |
Copyright © 2021. All rights reserved.