Uses of Class
com.amazonaws.services.sns.model.GetPlatformApplicationAttributesResult

Packages that use GetPlatformApplicationAttributesResult
com.amazonaws.services.sns Synchronous and asynchronous client classes for accessing AmazonSNS. 
com.amazonaws.services.sns.model Classes modeling the various types represented by AmazonSNS. 
 

Uses of GetPlatformApplicationAttributesResult in com.amazonaws.services.sns
 

Methods in com.amazonaws.services.sns that return GetPlatformApplicationAttributesResult
 GetPlatformApplicationAttributesResult AmazonSNSClient.getPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest)
           Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.
 GetPlatformApplicationAttributesResult AmazonSNS.getPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest)
           Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.
 

Methods in com.amazonaws.services.sns that return types with arguments of type GetPlatformApplicationAttributesResult
 Future<GetPlatformApplicationAttributesResult> AmazonSNSAsyncClient.getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest)
           Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.
 Future<GetPlatformApplicationAttributesResult> AmazonSNSAsync.getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest)
           Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.
 Future<GetPlatformApplicationAttributesResult> AmazonSNSAsyncClient.getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest, AsyncHandler<GetPlatformApplicationAttributesRequest,GetPlatformApplicationAttributesResult> asyncHandler)
           Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.
 Future<GetPlatformApplicationAttributesResult> AmazonSNSAsync.getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest, AsyncHandler<GetPlatformApplicationAttributesRequest,GetPlatformApplicationAttributesResult> asyncHandler)
           Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.
 

Method parameters in com.amazonaws.services.sns with type arguments of type GetPlatformApplicationAttributesResult
 Future<GetPlatformApplicationAttributesResult> AmazonSNSAsyncClient.getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest, AsyncHandler<GetPlatformApplicationAttributesRequest,GetPlatformApplicationAttributesResult> asyncHandler)
           Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM.
 Future<GetPlatformApplicationAttributesResult> AmazonSNSAsync.getPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest getPlatformApplicationAttributesRequest, AsyncHandler<GetPlatformApplicationAttributesRequest,GetPlatformApplicationAttributesResult> asyncHandler)
           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
 GetPlatformApplicationAttributesResult GetPlatformApplicationAttributesResult.addAttributesEntry(String key, String value)
          Attributes include the following: EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent. EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent. EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent. EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.
 GetPlatformApplicationAttributesResult GetPlatformApplicationAttributesResult.clearAttributesEntries()
          Removes all the entries added into Attributes.
 GetPlatformApplicationAttributesResult GetPlatformApplicationAttributesResult.withAttributes(Map<String,String> attributes)
          Attributes include the following: EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent. EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent. EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent. EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.
 



Copyright © 2016. All rights reserved.