Uses of Class
com.amazonaws.services.sns.model.ListPlatformApplicationsResult
Packages that use ListPlatformApplicationsResult
-
Uses of ListPlatformApplicationsResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return ListPlatformApplicationsResultModifier and TypeMethodDescriptionAbstractAmazonSNS.listPlatformApplications()
AbstractAmazonSNS.listPlatformApplications
(ListPlatformApplicationsRequest request) AmazonSNS.listPlatformApplications()
Simplified method form for invoking the ListPlatformApplications operation.AmazonSNS.listPlatformApplications
(ListPlatformApplicationsRequest listPlatformApplicationsRequest) Lists the platform application objects for the supported push notification services, such as APNS and GCM.AmazonSNSClient.listPlatformApplications()
AmazonSNSClient.listPlatformApplications
(ListPlatformApplicationsRequest listPlatformApplicationsRequest) Lists the platform application objects for the supported push notification services, such as APNS and GCM.Methods in com.amazonaws.services.sns that return types with arguments of type ListPlatformApplicationsResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.listPlatformApplicationsAsync()
Simplified method form for invoking the ListPlatformApplications operation.AbstractAmazonSNSAsync.listPlatformApplicationsAsync
(AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) Simplified method form for invoking the ListPlatformApplications operation with an AsyncHandler.AbstractAmazonSNSAsync.listPlatformApplicationsAsync
(ListPlatformApplicationsRequest request) AbstractAmazonSNSAsync.listPlatformApplicationsAsync
(ListPlatformApplicationsRequest request, AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) AmazonSNSAsync.listPlatformApplicationsAsync()
Simplified method form for invoking the ListPlatformApplications operation.AmazonSNSAsync.listPlatformApplicationsAsync
(AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) Simplified method form for invoking the ListPlatformApplications operation with an 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()
Simplified method form for invoking the ListPlatformApplications operation.AmazonSNSAsyncClient.listPlatformApplicationsAsync
(AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) Simplified method form for invoking the ListPlatformApplications operation with an AsyncHandler.AmazonSNSAsyncClient.listPlatformApplicationsAsync
(ListPlatformApplicationsRequest request) AmazonSNSAsyncClient.listPlatformApplicationsAsync
(ListPlatformApplicationsRequest request, AsyncHandler<ListPlatformApplicationsRequest, ListPlatformApplicationsResult> asyncHandler) Method parameters in com.amazonaws.services.sns with type arguments of type ListPlatformApplicationsResultModifier 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 ListPlatformApplicationsResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return ListPlatformApplicationsResultModifier and TypeMethodDescriptionListPlatformApplicationsResult.clone()
ListPlatformApplicationsResult.withNextToken
(String nextToken) NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.ListPlatformApplicationsResult.withPlatformApplications
(PlatformApplication... platformApplications) Platform applications returned when calling ListPlatformApplications action.ListPlatformApplicationsResult.withPlatformApplications
(Collection<PlatformApplication> platformApplications) Platform applications returned when calling ListPlatformApplications action.