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