| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver |
When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver.
|
| software.amazon.awssdk.services.route53resolver.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTagsForResourceResponse |
Route53ResolverClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags that you associated with the specified resource.
|
default ListTagsForResourceResponse |
Route53ResolverClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that you associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTagsForResourceResponse> |
Route53ResolverAsyncClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags that you associated with the specified resource.
|
default CompletableFuture<ListTagsForResourceResponse> |
Route53ResolverAsyncClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that you associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTagsForResourceResponse> |
ListTagsForResourceIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourcePublisher.subscribe(org.reactivestreams.Subscriber<? super ListTagsForResourceResponse> subscriber) |
Copyright © 2023. All rights reserved.