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

Packages that use GetPlatformApplicationAttributesRequest
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 GetPlatformApplicationAttributesRequest in com.amazonaws.services.sns
 

Methods in com.amazonaws.services.sns with parameters of type GetPlatformApplicationAttributesRequest
 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.
 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 GetPlatformApplicationAttributesRequest
 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 GetPlatformApplicationAttributesRequest in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return GetPlatformApplicationAttributesRequest
 GetPlatformApplicationAttributesRequest GetPlatformApplicationAttributesRequest.withPlatformApplicationArn(String platformApplicationArn)
          PlatformApplicationArn for GetPlatformApplicationAttributesInput.
 



Copyright © 2016. All rights reserved.