Uses of Class
software.amazon.awssdk.services.repostspace.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.repostspace AWS re:Post Private is a private version of AWS re:Post for enterprises with Enterprise Support or Enterprise On-Ramp Support plans. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.repostspace
Methods in software.amazon.awssdk.services.repostspace that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseRepostspaceClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the association of the tag with the AWS re:Post Private resource.default UntagResourceResponseRepostspaceClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the association of the tag with the AWS re:Post Private resource.Methods in software.amazon.awssdk.services.repostspace that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>RepostspaceAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the association of the tag with the AWS re:Post Private resource.default CompletableFuture<UntagResourceResponse>RepostspaceAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the association of the tag with the AWS re:Post Private resource.
-