Uses of Class
software.amazon.awssdk.services.sns.model.ListTopicsRequest
-
Packages that use ListTopicsRequest Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.paginators software.amazon.awssdk.services.sns.transform -
-
Uses of ListTopicsRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type ListTopicsRequest Modifier and Type Method Description default CompletableFuture<ListTopicsResponse>SnsAsyncClient. listTopics(ListTopicsRequest listTopicsRequest)Returns a list of the requester's topics.default ListTopicsResponseSnsClient. listTopics(ListTopicsRequest listTopicsRequest)Returns a list of the requester's topics.default ListTopicsPublisherSnsAsyncClient. listTopicsPaginator(ListTopicsRequest listTopicsRequest)This is a variant ofSnsAsyncClient.listTopics(software.amazon.awssdk.services.sns.model.ListTopicsRequest)operation.default ListTopicsIterableSnsClient. listTopicsPaginator(ListTopicsRequest listTopicsRequest)This is a variant ofSnsClient.listTopics(software.amazon.awssdk.services.sns.model.ListTopicsRequest)operation. -
Uses of ListTopicsRequest in software.amazon.awssdk.services.sns.paginators
Constructors in software.amazon.awssdk.services.sns.paginators with parameters of type ListTopicsRequest Constructor Description ListTopicsIterable(SnsClient client, ListTopicsRequest firstRequest)ListTopicsPublisher(SnsAsyncClient client, ListTopicsRequest firstRequest) -
Uses of ListTopicsRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type ListTopicsRequest Modifier and Type Method Description SdkHttpFullRequestListTopicsRequestMarshaller. marshall(ListTopicsRequest listTopicsRequest)
-