Uses of Class
com.amazonaws.services.sns.model.GetPlatformApplicationAttributesResult
-
Packages that use GetPlatformApplicationAttributesResult Package Description com.amazonaws.services.sns com.amazonaws.services.sns.model -
-
Uses of GetPlatformApplicationAttributesResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return GetPlatformApplicationAttributesResult Modifier and Type Method Description GetPlatformApplicationAttributesResultAbstractAmazonSNS. getPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest request)GetPlatformApplicationAttributesResultAmazonSNS. getPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest)Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.GetPlatformApplicationAttributesResultAmazonSNSClient. getPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest)Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM. -
Uses of GetPlatformApplicationAttributesResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return GetPlatformApplicationAttributesResult Modifier and Type Method Description GetPlatformApplicationAttributesResultGetPlatformApplicationAttributesResult. addAttributesEntry(String key, String value)GetPlatformApplicationAttributesResultGetPlatformApplicationAttributesResult. clearAttributesEntries()Removes all the entries added into Attributes.GetPlatformApplicationAttributesResultGetPlatformApplicationAttributesResult. clone()GetPlatformApplicationAttributesResultGetPlatformApplicationAttributesResult. withAttributes(Map<String,String> attributes)Attributes include the following:
-