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

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

Methods in com.amazonaws.services.sns with parameters of type SetTopicAttributesRequest
 void AmazonSNSClient.setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest)
           Allows a topic owner to set an attribute of the topic to a new value.
 void AmazonSNS.setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest)
           Allows a topic owner to set an attribute of the topic to a new value.
 Future<Void> AmazonSNSAsyncClient.setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest)
           Allows a topic owner to set an attribute of the topic to a new value.
 Future<Void> AmazonSNSAsync.setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest)
           Allows a topic owner to set an attribute of the topic to a new value.
 Future<Void> AmazonSNSAsyncClient.setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest, AsyncHandler<SetTopicAttributesRequest,Void> asyncHandler)
           Allows a topic owner to set an attribute of the topic to a new value.
 Future<Void> AmazonSNSAsync.setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest, AsyncHandler<SetTopicAttributesRequest,Void> asyncHandler)
           Allows a topic owner to set an attribute of the topic to a new value.
 

Method parameters in com.amazonaws.services.sns with type arguments of type SetTopicAttributesRequest
 Future<Void> AmazonSNSAsyncClient.setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest, AsyncHandler<SetTopicAttributesRequest,Void> asyncHandler)
           Allows a topic owner to set an attribute of the topic to a new value.
 Future<Void> AmazonSNSAsync.setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest, AsyncHandler<SetTopicAttributesRequest,Void> asyncHandler)
           Allows a topic owner to set an attribute of the topic to a new value.
 

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

Methods in com.amazonaws.services.sns.model that return SetTopicAttributesRequest
 SetTopicAttributesRequest SetTopicAttributesRequest.withAttributeName(String attributeName)
          The name of the attribute you want to set.
 SetTopicAttributesRequest SetTopicAttributesRequest.withAttributeValue(String attributeValue)
          The new value for the attribute.
 SetTopicAttributesRequest SetTopicAttributesRequest.withTopicArn(String topicArn)
          The ARN of the topic to modify.
 



Copyright © 2016. All rights reserved.