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

Packages that use PlatformApplication
com.amazonaws.services.sns.model Classes modeling the various types represented by AmazonSNS. 
 

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

Methods in com.amazonaws.services.sns.model that return PlatformApplication
 PlatformApplication PlatformApplication.addAttributesEntry(String key, String value)
          Attributes for platform application object.
 PlatformApplication PlatformApplication.clearAttributesEntries()
          Removes all the entries added into Attributes.
 PlatformApplication PlatformApplication.withAttributes(Map<String,String> attributes)
          Attributes for platform application object.
 PlatformApplication PlatformApplication.withPlatformApplicationArn(String platformApplicationArn)
          PlatformApplicationArn for platform application object.
 

Methods in com.amazonaws.services.sns.model that return types with arguments of type PlatformApplication
 List<PlatformApplication> ListPlatformApplicationsResult.getPlatformApplications()
          Platform applications returned when calling ListPlatformApplications action.
 

Methods in com.amazonaws.services.sns.model with parameters of type PlatformApplication
 ListPlatformApplicationsResult ListPlatformApplicationsResult.withPlatformApplications(PlatformApplication... platformApplications)
          Platform applications returned when calling ListPlatformApplications action.
 

Method parameters in com.amazonaws.services.sns.model with type arguments of type PlatformApplication
 void ListPlatformApplicationsResult.setPlatformApplications(Collection<PlatformApplication> platformApplications)
          Platform applications returned when calling ListPlatformApplications action.
 ListPlatformApplicationsResult ListPlatformApplicationsResult.withPlatformApplications(Collection<PlatformApplication> platformApplications)
          Platform applications returned when calling ListPlatformApplications action.
 



Copyright © 2016. All rights reserved.