Uses of Class
software.amazon.awssdk.services.route53profiles.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.route53profiles With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accountssoftware.amazon.awssdk.services.route53profiles.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.route53profiles
Methods in software.amazon.awssdk.services.route53profiles with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>Route53ProfilesAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a specified resource.default UntagResourceResponseRoute53ProfilesClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a specified resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.route53profiles.transform
Methods in software.amazon.awssdk.services.route53profiles.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-