| 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 |
|---|---|
UntagResourceResult |
AmazonSNS.untagResource(UntagResourceRequest untagResourceRequest)
Remove tags from the specified Amazon SNS topic.
|
UntagResourceResult |
AmazonSNSClient.untagResource(UntagResourceRequest untagResourceRequest)
Remove tags from the specified Amazon SNS topic.
|
Future<UntagResourceResult> |
AmazonSNSAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest)
Remove tags from the specified Amazon SNS topic.
|
Future<UntagResourceResult> |
AmazonSNSAsyncClient.untagResourceAsync(UntagResourceRequest untagResourceRequest)
Remove tags from the specified Amazon SNS topic.
|
Future<UntagResourceResult> |
AmazonSNSAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Remove tags from the specified Amazon SNS topic.
|
Future<UntagResourceResult> |
AmazonSNSAsyncClient.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Remove tags from the specified Amazon SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResourceResult> |
AmazonSNSAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Remove tags from the specified Amazon SNS topic.
|
Future<UntagResourceResult> |
AmazonSNSAsyncClient.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Remove tags from the specified Amazon SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.withResourceArn(String resourceArn)
The ARN of the topic from which to remove tags.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
The list of tag keys to remove from the specified topic.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
The list of tag keys to remove from the specified topic.
|
Copyright © 2020. All rights reserved.