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 GetPlatformApplicationAttributesResult
AbstractAmazonSNS. getPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest request)
GetPlatformApplicationAttributesResult
AmazonSNS. getPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest)
Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.GetPlatformApplicationAttributesResult
AmazonSNSClient. 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 GetPlatformApplicationAttributesResult
GetPlatformApplicationAttributesResult. addAttributesEntry(String key, String value)
GetPlatformApplicationAttributesResult
GetPlatformApplicationAttributesResult. clearAttributesEntries()
Removes all the entries added into Attributes.GetPlatformApplicationAttributesResult
GetPlatformApplicationAttributesResult. clone()
GetPlatformApplicationAttributesResult
GetPlatformApplicationAttributesResult. withAttributes(Map<String,String> attributes)
Attributes include the following:
-