| 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<CreateTagsResult> |
AmazonMQAsyncClient.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
Future<CreateTagsResult> |
AbstractAmazonMQAsync.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
Future<CreateTagsResult> |
AmazonMQAsync.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Add a tag to a resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTagsRequest |
CreateTagsRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateTagsRequest |
CreateTagsRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateTagsRequest |
CreateTagsRequest.clone() |
CreateTagsRequest |
CreateTagsRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource tag.
|
CreateTagsRequest |
CreateTagsRequest.withTags(Map<String,String> tags)
The key-value pair for the resource tag.
|
Copyright © 2024. All rights reserved.