Uses of Class
software.amazon.awssdk.services.iotdataplane.model.GetRetainedMessageResponse
-
Packages that use GetRetainedMessageResponse Package Description software.amazon.awssdk.services.iotdataplane IoT data -
-
Uses of GetRetainedMessageResponse in software.amazon.awssdk.services.iotdataplane
Methods in software.amazon.awssdk.services.iotdataplane that return GetRetainedMessageResponse Modifier and Type Method Description default GetRetainedMessageResponseIotDataPlaneClient. getRetainedMessage(Consumer<GetRetainedMessageRequest.Builder> getRetainedMessageRequest)Gets the details of a single retained message for the specified topic.default GetRetainedMessageResponseIotDataPlaneClient. getRetainedMessage(GetRetainedMessageRequest getRetainedMessageRequest)Gets the details of a single retained message for the specified topic.Methods in software.amazon.awssdk.services.iotdataplane that return types with arguments of type GetRetainedMessageResponse Modifier and Type Method 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.
-