Uses of Class
com.amazonaws.services.sns.model.SetTopicAttributesResult
-
Packages that use SetTopicAttributesResult Package Description com.amazonaws.services.sns com.amazonaws.services.sns.model -
-
Uses of SetTopicAttributesResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return SetTopicAttributesResult Modifier and Type Method Description SetTopicAttributesResult
AbstractAmazonSNS. setTopicAttributes(SetTopicAttributesRequest request)
SetTopicAttributesResult
AbstractAmazonSNS. setTopicAttributes(String topicArn, String attributeName, String attributeValue)
SetTopicAttributesResult
AmazonSNS. setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest)
Allows a topic owner to set an attribute of the topic to a new value.SetTopicAttributesResult
AmazonSNS. setTopicAttributes(String topicArn, String attributeName, String attributeValue)
Simplified method form for invoking the SetTopicAttributes operation.SetTopicAttributesResult
AmazonSNSClient. setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest)
Allows a topic owner to set an attribute of the topic to a new value.SetTopicAttributesResult
AmazonSNSClient. setTopicAttributes(String topicArn, String attributeName, String attributeValue)
Methods in com.amazonaws.services.sns that return types with arguments of type SetTopicAttributesResult Modifier and Type Method Description Future<SetTopicAttributesResult>
AbstractAmazonSNSAsync. setTopicAttributesAsync(SetTopicAttributesRequest request)
Future<SetTopicAttributesResult>
AbstractAmazonSNSAsync. setTopicAttributesAsync(SetTopicAttributesRequest request, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Future<SetTopicAttributesResult>
AbstractAmazonSNSAsync. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue)
Simplified method form for invoking the SetTopicAttributes operation.Future<SetTopicAttributesResult>
AbstractAmazonSNSAsync. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.Future<SetTopicAttributesResult>
AmazonSNSAsync. setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest)
Allows a topic owner to set an attribute of the topic to a new value.Future<SetTopicAttributesResult>
AmazonSNSAsync. setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Allows a topic owner to set an attribute of the topic to a new value.Future<SetTopicAttributesResult>
AmazonSNSAsync. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue)
Simplified method form for invoking the SetTopicAttributes operation.Future<SetTopicAttributesResult>
AmazonSNSAsync. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.Future<SetTopicAttributesResult>
AmazonSNSAsyncClient. setTopicAttributesAsync(SetTopicAttributesRequest request)
Future<SetTopicAttributesResult>
AmazonSNSAsyncClient. setTopicAttributesAsync(SetTopicAttributesRequest request, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Future<SetTopicAttributesResult>
AmazonSNSAsyncClient. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue)
Simplified method form for invoking the SetTopicAttributes operation.Future<SetTopicAttributesResult>
AmazonSNSAsyncClient. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.Method parameters in com.amazonaws.services.sns with type arguments of type SetTopicAttributesResult Modifier and Type Method Description Future<SetTopicAttributesResult>
AbstractAmazonSNSAsync. setTopicAttributesAsync(SetTopicAttributesRequest request, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Future<SetTopicAttributesResult>
AbstractAmazonSNSAsync. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.Future<SetTopicAttributesResult>
AmazonSNSAsync. setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Allows a topic owner to set an attribute of the topic to a new value.Future<SetTopicAttributesResult>
AmazonSNSAsync. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.Future<SetTopicAttributesResult>
AmazonSNSAsyncClient. setTopicAttributesAsync(SetTopicAttributesRequest request, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Future<SetTopicAttributesResult>
AmazonSNSAsyncClient. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler. -
Uses of SetTopicAttributesResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return SetTopicAttributesResult Modifier and Type Method Description SetTopicAttributesResult
SetTopicAttributesResult. clone()
-