Uses of Class
com.amazonaws.services.sns.model.CreatePlatformApplicationResult
-
Packages that use CreatePlatformApplicationResult Package Description com.amazonaws.services.sns com.amazonaws.services.sns.model -
-
Uses of CreatePlatformApplicationResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return CreatePlatformApplicationResult Modifier and Type Method Description CreatePlatformApplicationResult
AbstractAmazonSNS. createPlatformApplication(CreatePlatformApplicationRequest request)
CreatePlatformApplicationResult
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.CreatePlatformApplicationResult
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. -
Uses of CreatePlatformApplicationResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return CreatePlatformApplicationResult Modifier and Type Method Description CreatePlatformApplicationResult
CreatePlatformApplicationResult. clone()
CreatePlatformApplicationResult
CreatePlatformApplicationResult. withPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn is returned.
-