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