Package | Description |
---|---|
com.amazonaws.services.sns | |
com.amazonaws.services.sns.model | |
com.amazonaws.services.sns.model.transform |
Modifier and Type | Method and Description |
---|---|
SetTopicAttributesResult |
AmazonSNSClient.setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest)
Allows a topic owner to set an attribute of the topic to a new value.
|
SetTopicAttributesResult |
AmazonSNS.setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest)
Allows a topic owner to set an attribute of the topic to a new value.
|
SetTopicAttributesResult |
AbstractAmazonSNS.setTopicAttributes(SetTopicAttributesRequest request) |
java.util.concurrent.Future<SetTopicAttributesResult> |
AmazonSNSAsyncClient.setTopicAttributesAsync(SetTopicAttributesRequest request) |
java.util.concurrent.Future<SetTopicAttributesResult> |
AmazonSNSAsync.setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest)
Allows a topic owner to set an attribute of the topic to a new value.
|
java.util.concurrent.Future<SetTopicAttributesResult> |
AbstractAmazonSNSAsync.setTopicAttributesAsync(SetTopicAttributesRequest request) |
java.util.concurrent.Future<SetTopicAttributesResult> |
AmazonSNSAsyncClient.setTopicAttributesAsync(SetTopicAttributesRequest request,
AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<SetTopicAttributesResult> |
AbstractAmazonSNSAsync.setTopicAttributesAsync(SetTopicAttributesRequest request,
AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<SetTopicAttributesResult> |
AmazonSNSAsyncClient.setTopicAttributesAsync(SetTopicAttributesRequest request,
AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<SetTopicAttributesResult> |
AbstractAmazonSNSAsync.setTopicAttributesAsync(SetTopicAttributesRequest request,
AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler) |
java.util.concurrent.Future<SetTopicAttributesResult> |
AmazonSNSAsyncClient.setTopicAttributesAsync(java.lang.String topicArn,
java.lang.String attributeName,
java.lang.String attributeValue,
AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the SetTopicAttributes operation with
an AsyncHandler.
|
java.util.concurrent.Future<SetTopicAttributesResult> |
AmazonSNSAsync.setTopicAttributesAsync(java.lang.String topicArn,
java.lang.String attributeName,
java.lang.String attributeValue,
AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the SetTopicAttributes operation with
an AsyncHandler.
|
java.util.concurrent.Future<SetTopicAttributesResult> |
AbstractAmazonSNSAsync.setTopicAttributesAsync(java.lang.String topicArn,
java.lang.String attributeName,
java.lang.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(java.lang.String attributeName)
The name of the attribute you want to set.
|
SetTopicAttributesRequest |
SetTopicAttributesRequest.withAttributeValue(java.lang.String attributeValue)
The new value for the attribute.
|
SetTopicAttributesRequest |
SetTopicAttributesRequest.withTopicArn(java.lang.String topicArn)
The ARN of the topic to modify.
|
Modifier and Type | Method and Description |
---|---|
Request<SetTopicAttributesRequest> |
SetTopicAttributesRequestMarshaller.marshall(SetTopicAttributesRequest setTopicAttributesRequest) |
Modifier and Type | Method and Description |
---|---|
Request<SetTopicAttributesRequest> |
SetTopicAttributesRequestMarshaller.marshall(SetTopicAttributesRequest setTopicAttributesRequest) |