Package | Description |
---|---|
com.amazonaws.services.sns |
|
com.amazonaws.services.sns.model |
Modifier and Type | Method and Description |
---|---|
Future<SetTopicAttributesResult> |
AmazonSNSAsyncClient.setTopicAttributesAsync(SetTopicAttributesRequest request,
AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler) |
Future<SetTopicAttributesResult> |
AbstractAmazonSNSAsync.setTopicAttributesAsync(SetTopicAttributesRequest request,
AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> 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> |
AmazonSNSAsyncClient.setTopicAttributesAsync(String topicArn,
String attributeName,
String attributeValue,
AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the SetTopicAttributes operation with an 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(String topicArn,
String attributeName,
String attributeValue,
AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
SetTopicAttributesRequest |
SetTopicAttributesRequest.clone() |
SetTopicAttributesRequest |
SetTopicAttributesRequest.withAttributeName(String attributeName)
A map of attributes with their corresponding values.
|
SetTopicAttributesRequest |
SetTopicAttributesRequest.withAttributeValue(String attributeValue)
The new value for the attribute.
|
SetTopicAttributesRequest |
SetTopicAttributesRequest.withTopicArn(String topicArn)
The ARN of the topic to modify.
|
Copyright © 2022. All rights reserved.