Uses of Class
software.amazon.awssdk.services.route53profiles.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.route53profiles With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accounts -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.route53profiles
Methods in software.amazon.awssdk.services.route53profiles that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseRoute53ProfilesClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to a specified resource.default TagResourceResponseRoute53ProfilesClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to a specified resource.Methods in software.amazon.awssdk.services.route53profiles that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>Route53ProfilesAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to a specified resource.default CompletableFuture<TagResourceResponse>Route53ProfilesAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to a specified resource.
-