| Package | Description |
|---|---|
| com.amazonaws.services.sns |
|
| com.amazonaws.services.sns.model |
Classes modeling the various types represented by AmazonSNS
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceResult |
AmazonSNS.tagResource(TagResourceRequest tagResourceRequest)
Add tags to the specified Amazon SNS topic.
|
TagResourceResult |
AmazonSNSClient.tagResource(TagResourceRequest tagResourceRequest)
Add tags to the specified Amazon SNS topic.
|
Future<TagResourceResult> |
AmazonSNSAsync.tagResourceAsync(TagResourceRequest tagResourceRequest)
Add tags to the specified Amazon SNS topic.
|
Future<TagResourceResult> |
AmazonSNSAsyncClient.tagResourceAsync(TagResourceRequest tagResourceRequest)
Add tags to the specified Amazon SNS topic.
|
Future<TagResourceResult> |
AmazonSNSAsync.tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Add tags to the specified Amazon SNS topic.
|
Future<TagResourceResult> |
AmazonSNSAsyncClient.tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Add tags to the specified Amazon SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
Future<TagResourceResult> |
AmazonSNSAsync.tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Add tags to the specified Amazon SNS topic.
|
Future<TagResourceResult> |
AmazonSNSAsyncClient.tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Add tags to the specified Amazon SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withResourceArn(String resourceArn)
The ARN of the topic to which to add tags.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags to be added to the specified topic.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags to be added to the specified topic.
|
Copyright © 2020. All rights reserved.