| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotdataplane |
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetRetainedMessageResponse> |
IotDataPlaneAsyncClient.getRetainedMessage(Consumer<GetRetainedMessageRequest.Builder> getRetainedMessageRequest)
Gets the details of a single retained message for the specified topic.
|
default CompletableFuture<GetRetainedMessageResponse> |
IotDataPlaneAsyncClient.getRetainedMessage(GetRetainedMessageRequest getRetainedMessageRequest)
Gets the details of a single retained message for the specified topic.
|
Copyright © 2023. All rights reserved.