Uses of Class
com.amazonaws.services.sns.model.CreatePlatformEndpointResult
Packages that use CreatePlatformEndpointResult
-
Uses of CreatePlatformEndpointResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return CreatePlatformEndpointResultModifier and TypeMethodDescriptionAbstractAmazonSNS.createPlatformEndpoint
(CreatePlatformEndpointRequest request) AmazonSNS.createPlatformEndpoint
(CreatePlatformEndpointRequest createPlatformEndpointRequest) Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.AmazonSNSClient.createPlatformEndpoint
(CreatePlatformEndpointRequest createPlatformEndpointRequest) Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.Methods in com.amazonaws.services.sns that return types with arguments of type CreatePlatformEndpointResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.createPlatformEndpointAsync
(CreatePlatformEndpointRequest request) AbstractAmazonSNSAsync.createPlatformEndpointAsync
(CreatePlatformEndpointRequest request, AsyncHandler<CreatePlatformEndpointRequest, CreatePlatformEndpointResult> asyncHandler) AmazonSNSAsync.createPlatformEndpointAsync
(CreatePlatformEndpointRequest createPlatformEndpointRequest) Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.AmazonSNSAsync.createPlatformEndpointAsync
(CreatePlatformEndpointRequest createPlatformEndpointRequest, AsyncHandler<CreatePlatformEndpointRequest, CreatePlatformEndpointResult> asyncHandler) Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.AmazonSNSAsyncClient.createPlatformEndpointAsync
(CreatePlatformEndpointRequest request) AmazonSNSAsyncClient.createPlatformEndpointAsync
(CreatePlatformEndpointRequest request, AsyncHandler<CreatePlatformEndpointRequest, CreatePlatformEndpointResult> asyncHandler) Method parameters in com.amazonaws.services.sns with type arguments of type CreatePlatformEndpointResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.createPlatformEndpointAsync
(CreatePlatformEndpointRequest request, AsyncHandler<CreatePlatformEndpointRequest, CreatePlatformEndpointResult> asyncHandler) AmazonSNSAsync.createPlatformEndpointAsync
(CreatePlatformEndpointRequest createPlatformEndpointRequest, AsyncHandler<CreatePlatformEndpointRequest, CreatePlatformEndpointResult> asyncHandler) Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.AmazonSNSAsyncClient.createPlatformEndpointAsync
(CreatePlatformEndpointRequest request, AsyncHandler<CreatePlatformEndpointRequest, CreatePlatformEndpointResult> asyncHandler) -
Uses of CreatePlatformEndpointResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return CreatePlatformEndpointResultModifier and TypeMethodDescriptionCreatePlatformEndpointResult.clone()
CreatePlatformEndpointResult.withEndpointArn
(String endpointArn) EndpointArn returned from CreateEndpoint action.