Uses of Class
com.amazonaws.services.sns.model.ListPlatformApplicationsRequest
Packages that use ListPlatformApplicationsRequest
-
Uses of ListPlatformApplicationsRequest in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns with parameters of type ListPlatformApplicationsRequestModifier and TypeMethodDescriptionAbstractAmazonSNS.listPlatformApplications
(ListPlatformApplicationsRequest request) AmazonSNS.listPlatformApplications
(ListPlatformApplicationsRequest listPlatformApplicationsRequest) Lists the platform application objects for the supported push notification services, such as APNS and GCM.AmazonSNSClient.listPlatformApplications
(ListPlatformApplicationsRequest listPlatformApplicationsRequest) Lists the platform application objects for the supported push notification services, such as APNS and GCM.AbstractAmazonSNSAsync.listPlatformApplicationsAsync
(ListPlatformApplicationsRequest request) AbstractAmazonSNSAsync.listPlatformApplicationsAsync
(ListPlatformApplicationsRequest request, AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) AmazonSNSAsync.listPlatformApplicationsAsync
(ListPlatformApplicationsRequest listPlatformApplicationsRequest) Lists the platform application objects for the supported push notification services, such as APNS and GCM.AmazonSNSAsync.listPlatformApplicationsAsync
(ListPlatformApplicationsRequest listPlatformApplicationsRequest, AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) Lists the platform application objects for the supported push notification services, such as APNS and GCM.AmazonSNSAsyncClient.listPlatformApplicationsAsync
(ListPlatformApplicationsRequest request) AmazonSNSAsyncClient.listPlatformApplicationsAsync
(ListPlatformApplicationsRequest request, AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) Method parameters in com.amazonaws.services.sns with type arguments of type ListPlatformApplicationsRequestModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.listPlatformApplicationsAsync
(AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) Simplified method form for invoking the ListPlatformApplications operation with an AsyncHandler.AbstractAmazonSNSAsync.listPlatformApplicationsAsync
(ListPlatformApplicationsRequest request, AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) AmazonSNSAsync.listPlatformApplicationsAsync
(AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) Simplified method form for invoking the ListPlatformApplications operation with an AsyncHandler.AmazonSNSAsync.listPlatformApplicationsAsync
(ListPlatformApplicationsRequest listPlatformApplicationsRequest, AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) Lists the platform application objects for the supported push notification services, such as APNS and GCM.AmazonSNSAsyncClient.listPlatformApplicationsAsync
(AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) Simplified method form for invoking the ListPlatformApplications operation with an AsyncHandler.AmazonSNSAsyncClient.listPlatformApplicationsAsync
(ListPlatformApplicationsRequest request, AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) -
Uses of ListPlatformApplicationsRequest in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return ListPlatformApplicationsRequestModifier and TypeMethodDescriptionListPlatformApplicationsRequest.clone()
ListPlatformApplicationsRequest.withNextToken
(String nextToken) NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.