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.
|