Uses of Class
software.amazon.awssdk.services.sns.model.ListPlatformApplicationsRequest
Packages that use ListPlatformApplicationsRequest
Package
Description
-
Uses of ListPlatformApplicationsRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type ListPlatformApplicationsRequestModifier and TypeMethodDescriptionSnsAsyncClient.listPlatformApplications(ListPlatformApplicationsRequest listPlatformApplicationsRequest) Lists the platform application objects for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).default ListPlatformApplicationsResponseSnsClient.listPlatformApplications(ListPlatformApplicationsRequest listPlatformApplicationsRequest) Lists the platform application objects for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging).SnsAsyncClient.listPlatformApplicationsPaginator(ListPlatformApplicationsRequest listPlatformApplicationsRequest) This is a variant ofSnsAsyncClient.listPlatformApplications(software.amazon.awssdk.services.sns.model.ListPlatformApplicationsRequest)operation.default ListPlatformApplicationsIterableSnsClient.listPlatformApplicationsPaginator(ListPlatformApplicationsRequest listPlatformApplicationsRequest) This is a variant ofSnsClient.listPlatformApplications(software.amazon.awssdk.services.sns.model.ListPlatformApplicationsRequest)operation. -
Uses of ListPlatformApplicationsRequest in software.amazon.awssdk.services.sns.paginators
Constructors in software.amazon.awssdk.services.sns.paginators with parameters of type ListPlatformApplicationsRequestModifierConstructorDescriptionListPlatformApplicationsIterable(SnsClient client, ListPlatformApplicationsRequest firstRequest) ListPlatformApplicationsPublisher(SnsAsyncClient client, ListPlatformApplicationsRequest firstRequest) -
Uses of ListPlatformApplicationsRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type ListPlatformApplicationsRequestModifier and TypeMethodDescriptionListPlatformApplicationsRequestMarshaller.marshall(ListPlatformApplicationsRequest listPlatformApplicationsRequest)