| Package | Description |
|---|---|
| com.amazonaws.services.mq |
Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ that makes it easy to set up and
operate message brokers in the cloud.
|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteTagsResult> |
AbstractAmazonMQAsync.deleteTagsAsync(DeleteTagsRequest request,
AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler) |
Future<DeleteTagsResult> |
AmazonMQAsync.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest,
AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Removes a tag from a resource.
|
Future<DeleteTagsResult> |
AmazonMQAsyncClient.deleteTagsAsync(DeleteTagsRequest request,
AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsRequest |
DeleteTagsRequest.clone() |
DeleteTagsRequest |
DeleteTagsRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource tag.
|
DeleteTagsRequest |
DeleteTagsRequest.withTagKeys(Collection<String> tagKeys)
An array of tag keys to delete
|
DeleteTagsRequest |
DeleteTagsRequest.withTagKeys(String... tagKeys)
An array of tag keys to delete
|
Copyright © 2020. All rights reserved.