| Package | Description |
|---|---|
| com.amazonaws.services.route53profiles |
With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accounts
|
| com.amazonaws.services.route53profiles.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AWSRoute53ProfilesClient.listTagsForResource(ListTagsForResourceRequest request)
Lists the tags that you associated with the specified resource.
|
ListTagsForResourceResult |
AWSRoute53Profiles.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that you associated with the specified resource.
|
ListTagsForResourceResult |
AbstractAWSRoute53Profiles.listTagsForResource(ListTagsForResourceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AWSRoute53ProfilesAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSRoute53ProfilesAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags that you associated with the specified resource.
|
Future<ListTagsForResourceResult> |
AbstractAWSRoute53ProfilesAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListTagsForResourceResult |
ListTagsForResourceResult.clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Map<String,String> tags)
The tags that are associated with the resource that you specified in the
ListTagsForResource
request. |
Copyright © 2024. All rights reserved.