Uses of Class
com.amazonaws.services.sns.model.ListEndpointsByPlatformApplicationResult
Packages that use ListEndpointsByPlatformApplicationResult
-
Uses of ListEndpointsByPlatformApplicationResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return ListEndpointsByPlatformApplicationResultModifier 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.Methods in com.amazonaws.services.sns that return types with arguments of type ListEndpointsByPlatformApplicationResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.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 ListEndpointsByPlatformApplicationResultModifier 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 ListEndpointsByPlatformApplicationResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return ListEndpointsByPlatformApplicationResultModifier and TypeMethodDescriptionListEndpointsByPlatformApplicationResult.clone()
ListEndpointsByPlatformApplicationResult.withEndpoints
(Endpoint... endpoints) Endpoints returned for ListEndpointsByPlatformApplication action.ListEndpointsByPlatformApplicationResult.withEndpoints
(Collection<Endpoint> endpoints) Endpoints returned for ListEndpointsByPlatformApplication action.ListEndpointsByPlatformApplicationResult.withNextToken
(String nextToken) NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.