Uses of Class
software.amazon.awssdk.services.sns.paginators.ListPlatformApplicationsPublisher
-
Packages that use ListPlatformApplicationsPublisher Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service -
-
Uses of ListPlatformApplicationsPublisher in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return ListPlatformApplicationsPublisher Modifier and Type Method Description default ListPlatformApplicationsPublisherSnsAsyncClient. listPlatformApplicationsPaginator()Lists the platform application objects for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).default ListPlatformApplicationsPublisherSnsAsyncClient. listPlatformApplicationsPaginator(Consumer<ListPlatformApplicationsRequest.Builder> listPlatformApplicationsRequest)Lists the platform application objects for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).default ListPlatformApplicationsPublisherSnsAsyncClient. listPlatformApplicationsPaginator(ListPlatformApplicationsRequest listPlatformApplicationsRequest)Lists the platform application objects for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).
-