Uses of Class
com.amazonaws.services.sns.model.ListEndpointsByPlatformApplicationRequest
Packages that use ListEndpointsByPlatformApplicationRequest
-
Uses of ListEndpointsByPlatformApplicationRequest in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns with parameters of type ListEndpointsByPlatformApplicationRequestModifier and TypeMethodDescriptionAbstractAmazonSNS.listEndpointsByPlatformApplication
(ListEndpointsByPlatformApplicationRequest request) AmazonSNS.listEndpointsByPlatformApplication
(ListEndpointsByPlatformApplicationRequest listEndpointsByPlatformApplicationRequest) Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS.AmazonSNSClient.listEndpointsByPlatformApplication
(ListEndpointsByPlatformApplicationRequest listEndpointsByPlatformApplicationRequest) Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS.AbstractAmazonSNSAsync.listEndpointsByPlatformApplicationAsync
(ListEndpointsByPlatformApplicationRequest request) AbstractAmazonSNSAsync.listEndpointsByPlatformApplicationAsync
(ListEndpointsByPlatformApplicationRequest request, AsyncHandler<ListEndpointsByPlatformApplicationRequest, ListEndpointsByPlatformApplicationResult> asyncHandler) AmazonSNSAsync.listEndpointsByPlatformApplicationAsync
(ListEndpointsByPlatformApplicationRequest listEndpointsByPlatformApplicationRequest) Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS.AmazonSNSAsync.listEndpointsByPlatformApplicationAsync
(ListEndpointsByPlatformApplicationRequest listEndpointsByPlatformApplicationRequest, AsyncHandler<ListEndpointsByPlatformApplicationRequest, ListEndpointsByPlatformApplicationResult> asyncHandler) Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS.AmazonSNSAsyncClient.listEndpointsByPlatformApplicationAsync
(ListEndpointsByPlatformApplicationRequest request) AmazonSNSAsyncClient.listEndpointsByPlatformApplicationAsync
(ListEndpointsByPlatformApplicationRequest request, AsyncHandler<ListEndpointsByPlatformApplicationRequest, ListEndpointsByPlatformApplicationResult> asyncHandler) Method parameters in com.amazonaws.services.sns with type arguments of type ListEndpointsByPlatformApplicationRequestModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.listEndpointsByPlatformApplicationAsync
(ListEndpointsByPlatformApplicationRequest request, AsyncHandler<ListEndpointsByPlatformApplicationRequest, ListEndpointsByPlatformApplicationResult> asyncHandler) AmazonSNSAsync.listEndpointsByPlatformApplicationAsync
(ListEndpointsByPlatformApplicationRequest listEndpointsByPlatformApplicationRequest, AsyncHandler<ListEndpointsByPlatformApplicationRequest, ListEndpointsByPlatformApplicationResult> asyncHandler) Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS.AmazonSNSAsyncClient.listEndpointsByPlatformApplicationAsync
(ListEndpointsByPlatformApplicationRequest request, AsyncHandler<ListEndpointsByPlatformApplicationRequest, ListEndpointsByPlatformApplicationResult> asyncHandler) -
Uses of ListEndpointsByPlatformApplicationRequest in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return ListEndpointsByPlatformApplicationRequestModifier and TypeMethodDescriptionListEndpointsByPlatformApplicationRequest.clone()
ListEndpointsByPlatformApplicationRequest.withNextToken
(String nextToken) NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.ListEndpointsByPlatformApplicationRequest.withPlatformApplicationArn
(String platformApplicationArn) PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.