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

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

Methods in com.amazonaws.services.sns with parameters of type GetSubscriptionAttributesRequest
 GetSubscriptionAttributesResult AmazonSNSClient.getSubscriptionAttributes(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest)
           Returns all of the properties of a subscription.
 GetSubscriptionAttributesResult AmazonSNS.getSubscriptionAttributes(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest)
           Returns all of the properties of a subscription.
 Future<GetSubscriptionAttributesResult> AmazonSNSAsyncClient.getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest)
           Returns all of the properties of a subscription.
 Future<GetSubscriptionAttributesResult> AmazonSNSAsync.getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest)
           Returns all of the properties of a subscription.
 Future<GetSubscriptionAttributesResult> AmazonSNSAsyncClient.getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest, AsyncHandler<GetSubscriptionAttributesRequest,GetSubscriptionAttributesResult> asyncHandler)
           Returns all of the properties of a subscription.
 Future<GetSubscriptionAttributesResult> AmazonSNSAsync.getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest, AsyncHandler<GetSubscriptionAttributesRequest,GetSubscriptionAttributesResult> asyncHandler)
           Returns all of the properties of a subscription.
 

Method parameters in com.amazonaws.services.sns with type arguments of type GetSubscriptionAttributesRequest
 Future<GetSubscriptionAttributesResult> AmazonSNSAsyncClient.getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest, AsyncHandler<GetSubscriptionAttributesRequest,GetSubscriptionAttributesResult> asyncHandler)
           Returns all of the properties of a subscription.
 Future<GetSubscriptionAttributesResult> AmazonSNSAsync.getSubscriptionAttributesAsync(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest, AsyncHandler<GetSubscriptionAttributesRequest,GetSubscriptionAttributesResult> asyncHandler)
           Returns all of the properties of a subscription.
 

Uses of GetSubscriptionAttributesRequest in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return GetSubscriptionAttributesRequest
 GetSubscriptionAttributesRequest GetSubscriptionAttributesRequest.withSubscriptionArn(String subscriptionArn)
          The ARN of the subscription whose properties you want to get.
 



Copyright © 2016. All rights reserved.