Uses of Class
com.amazonaws.services.sns.model.CreatePlatformApplicationResult
Packages that use CreatePlatformApplicationResult
-
Uses of CreatePlatformApplicationResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return CreatePlatformApplicationResultModifier and TypeMethodDescriptionAbstractAmazonSNS.createPlatformApplication
(CreatePlatformApplicationRequest request) AmazonSNS.createPlatformApplication
(CreatePlatformApplicationRequest createPlatformApplicationRequest) Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.AmazonSNSClient.createPlatformApplication
(CreatePlatformApplicationRequest createPlatformApplicationRequest) Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.Methods in com.amazonaws.services.sns that return types with arguments of type CreatePlatformApplicationResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.createPlatformApplicationAsync
(CreatePlatformApplicationRequest request) AbstractAmazonSNSAsync.createPlatformApplicationAsync
(CreatePlatformApplicationRequest request, AsyncHandler<CreatePlatformApplicationRequest, CreatePlatformApplicationResult> asyncHandler) AmazonSNSAsync.createPlatformApplicationAsync
(CreatePlatformApplicationRequest createPlatformApplicationRequest) Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.AmazonSNSAsync.createPlatformApplicationAsync
(CreatePlatformApplicationRequest createPlatformApplicationRequest, AsyncHandler<CreatePlatformApplicationRequest, CreatePlatformApplicationResult> asyncHandler) Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.AmazonSNSAsyncClient.createPlatformApplicationAsync
(CreatePlatformApplicationRequest request) AmazonSNSAsyncClient.createPlatformApplicationAsync
(CreatePlatformApplicationRequest request, AsyncHandler<CreatePlatformApplicationRequest, CreatePlatformApplicationResult> asyncHandler) Method parameters in com.amazonaws.services.sns with type arguments of type CreatePlatformApplicationResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.createPlatformApplicationAsync
(CreatePlatformApplicationRequest request, AsyncHandler<CreatePlatformApplicationRequest, CreatePlatformApplicationResult> asyncHandler) AmazonSNSAsync.createPlatformApplicationAsync
(CreatePlatformApplicationRequest createPlatformApplicationRequest, AsyncHandler<CreatePlatformApplicationRequest, CreatePlatformApplicationResult> asyncHandler) Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.AmazonSNSAsyncClient.createPlatformApplicationAsync
(CreatePlatformApplicationRequest request, AsyncHandler<CreatePlatformApplicationRequest, CreatePlatformApplicationResult> asyncHandler) -
Uses of CreatePlatformApplicationResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return CreatePlatformApplicationResultModifier and TypeMethodDescriptionCreatePlatformApplicationResult.clone()
CreatePlatformApplicationResult.withPlatformApplicationArn
(String platformApplicationArn) PlatformApplicationArn is returned.