Uses of Class
software.amazon.awssdk.services.iotdataplane.model.RetainedMessageSummary
-
Packages that use RetainedMessageSummary Package Description software.amazon.awssdk.services.iotdataplane.model software.amazon.awssdk.services.iotdataplane.paginators -
-
Uses of RetainedMessageSummary in software.amazon.awssdk.services.iotdataplane.model
Methods in software.amazon.awssdk.services.iotdataplane.model that return types with arguments of type RetainedMessageSummary Modifier and Type Method Description List<RetainedMessageSummary>ListRetainedMessagesResponse. retainedTopics()A summary list the account's retained messages.Methods in software.amazon.awssdk.services.iotdataplane.model with parameters of type RetainedMessageSummary Modifier and Type Method Description ListRetainedMessagesResponse.BuilderListRetainedMessagesResponse.Builder. retainedTopics(RetainedMessageSummary... retainedTopics)A summary list the account's retained messages.Method parameters in software.amazon.awssdk.services.iotdataplane.model with type arguments of type RetainedMessageSummary Modifier and Type Method Description ListRetainedMessagesResponse.BuilderListRetainedMessagesResponse.Builder. retainedTopics(Collection<RetainedMessageSummary> retainedTopics)A summary list the account's retained messages. -
Uses of RetainedMessageSummary in software.amazon.awssdk.services.iotdataplane.paginators
Methods in software.amazon.awssdk.services.iotdataplane.paginators that return types with arguments of type RetainedMessageSummary Modifier and Type Method Description SdkIterable<RetainedMessageSummary>ListRetainedMessagesIterable. retainedTopics()Returns an iterable to iterate through the paginatedListRetainedMessagesResponse.retainedTopics()member.SdkPublisher<RetainedMessageSummary>ListRetainedMessagesPublisher. retainedTopics()Returns a publisher that can be used to get a stream of data.
-