Uses of Class
software.amazon.awssdk.services.proton.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseProtonClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Remove a customer tag from a resource.default UntagResourceResponseProtonClient. untagResource(UntagResourceRequest untagResourceRequest)Remove a customer tag from a resource.Methods in software.amazon.awssdk.services.proton that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ProtonAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Remove a customer tag from a resource.default CompletableFuture<UntagResourceResponse>ProtonAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Remove a customer tag from a resource.
-