Uses of Class
com.amazonaws.services.sns.model.PlatformApplication
Packages that use PlatformApplication
-
Uses of PlatformApplication in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return PlatformApplicationModifier and TypeMethodDescriptionPlatformApplication.addAttributesEntry(String key, String value) PlatformApplication.clearAttributesEntries()Removes all the entries added into Attributes.PlatformApplication.clone()PlatformApplication.withAttributes(Map<String, String> attributes) Attributes for platform application object.PlatformApplication.withPlatformApplicationArn(String platformApplicationArn) PlatformApplicationArn for platform application object.Methods in com.amazonaws.services.sns.model that return types with arguments of type PlatformApplicationModifier and TypeMethodDescriptionListPlatformApplicationsResult.getPlatformApplications()Platform applications returned when calling ListPlatformApplications action.Methods in com.amazonaws.services.sns.model with parameters of type PlatformApplicationModifier and TypeMethodDescriptionListPlatformApplicationsResult.withPlatformApplications(PlatformApplication... platformApplications) Platform applications returned when calling ListPlatformApplications action.Method parameters in com.amazonaws.services.sns.model with type arguments of type PlatformApplicationModifier and TypeMethodDescriptionvoidListPlatformApplicationsResult.setPlatformApplications(Collection<PlatformApplication> platformApplications) Platform applications returned when calling ListPlatformApplications action.ListPlatformApplicationsResult.withPlatformApplications(Collection<PlatformApplication> platformApplications) Platform applications returned when calling ListPlatformApplications action.