Uses of Class
software.amazon.awssdk.services.pipes.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.pipes Amazon EventBridge Pipes connects event sources to targets. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.pipes
Methods in software.amazon.awssdk.services.pipes that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponsePipesClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified pipes.default UntagResourceResponsePipesClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified pipes.Methods in software.amazon.awssdk.services.pipes that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>PipesAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified pipes.default CompletableFuture<UntagResourceResponse>PipesAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified pipes.
-