Uses of Class
com.amazonaws.services.sns.model.DeletePlatformApplicationRequest

Packages that use DeletePlatformApplicationRequest
com.amazonaws.services.sns Synchronous and asynchronous client classes for accessing AmazonSNS. 
com.amazonaws.services.sns.model Classes modeling the various types represented by AmazonSNS. 
 

Uses of DeletePlatformApplicationRequest in com.amazonaws.services.sns
 

Methods in com.amazonaws.services.sns with parameters of type DeletePlatformApplicationRequest
 void AmazonSNSClient.deletePlatformApplication(DeletePlatformApplicationRequest deletePlatformApplicationRequest)
           Deletes a platform application object for one of the supported push notification services, such as APNS and GCM.
 void AmazonSNS.deletePlatformApplication(DeletePlatformApplicationRequest deletePlatformApplicationRequest)
           Deletes a platform application object for one of the supported push notification services, such as APNS and GCM.
 Future<Void> AmazonSNSAsyncClient.deletePlatformApplicationAsync(DeletePlatformApplicationRequest deletePlatformApplicationRequest)
           Deletes a platform application object for one of the supported push notification services, such as APNS and GCM.
 Future<Void> AmazonSNSAsync.deletePlatformApplicationAsync(DeletePlatformApplicationRequest deletePlatformApplicationRequest)
           Deletes a platform application object for one of the supported push notification services, such as APNS and GCM.
 Future<Void> AmazonSNSAsyncClient.deletePlatformApplicationAsync(DeletePlatformApplicationRequest deletePlatformApplicationRequest, AsyncHandler<DeletePlatformApplicationRequest,Void> asyncHandler)
           Deletes a platform application object for one of the supported push notification services, such as APNS and GCM.
 Future<Void> AmazonSNSAsync.deletePlatformApplicationAsync(DeletePlatformApplicationRequest deletePlatformApplicationRequest, AsyncHandler<DeletePlatformApplicationRequest,Void> asyncHandler)
           Deletes a platform application object for one of the supported push notification services, such as APNS and GCM.
 

Method parameters in com.amazonaws.services.sns with type arguments of type DeletePlatformApplicationRequest
 Future<Void> AmazonSNSAsyncClient.deletePlatformApplicationAsync(DeletePlatformApplicationRequest deletePlatformApplicationRequest, AsyncHandler<DeletePlatformApplicationRequest,Void> asyncHandler)
           Deletes a platform application object for one of the supported push notification services, such as APNS and GCM.
 Future<Void> AmazonSNSAsync.deletePlatformApplicationAsync(DeletePlatformApplicationRequest deletePlatformApplicationRequest, AsyncHandler<DeletePlatformApplicationRequest,Void> asyncHandler)
           Deletes a platform application object for one of the supported push notification services, such as APNS and GCM.
 

Uses of DeletePlatformApplicationRequest in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return DeletePlatformApplicationRequest
 DeletePlatformApplicationRequest DeletePlatformApplicationRequest.withPlatformApplicationArn(String platformApplicationArn)
          PlatformApplicationArn of platform application object to delete.
 



Copyright © 2016. All rights reserved.