Uses of Class
software.amazon.awssdk.services.outposts.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.outposts Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to customer premises. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseOutpostsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified resource.default UntagResourceResponseOutpostsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified resource.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>OutpostsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified resource.default CompletableFuture<UntagResourceResponse>OutpostsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified resource.
-