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

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

Methods in com.amazonaws.services.sns that return GetSubscriptionAttributesResult
 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.
 GetSubscriptionAttributesResult AmazonSNSClient.getSubscriptionAttributes(String subscriptionArn)
           Returns all of the properties of a subscription.
 GetSubscriptionAttributesResult AmazonSNS.getSubscriptionAttributes(String subscriptionArn)
           Returns all of the properties of a subscription.
 

Methods in com.amazonaws.services.sns that return types with arguments of type GetSubscriptionAttributesResult
 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 GetSubscriptionAttributesResult
 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 GetSubscriptionAttributesResult in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return GetSubscriptionAttributesResult
 GetSubscriptionAttributesResult GetSubscriptionAttributesResult.addAttributesEntry(String key, String value)
          A map of the subscription's attributes.
 GetSubscriptionAttributesResult GetSubscriptionAttributesResult.clearAttributesEntries()
          Removes all the entries added into Attributes.
 GetSubscriptionAttributesResult GetSubscriptionAttributesResult.withAttributes(Map<String,String> attributes)
          A map of the subscription's attributes.
 



Copyright © 2016. All rights reserved.