Uses of Class
software.amazon.awssdk.services.outposts.model.UntagResourceResponse
Packages that use UntagResourceResponse
Package
Description
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 UntagResourceResponseModifier and TypeMethodDescriptiondefault 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 UntagResourceResponseModifier and TypeMethodDescriptiondefault 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.