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 PlatformApplication
PlatformApplication. addAttributesEntry(String key, String value)
PlatformApplication
PlatformApplication. clearAttributesEntries()
Removes all the entries added into Attributes.PlatformApplication
PlatformApplication. clone()
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 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 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 Modifier and Type Method Description 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.
-