Uses of Class
software.amazon.awssdk.services.sfn.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SfnAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Remove a tag from a Step Functions resourcedefault UntagResourceResponseSfnClient. untagResource(UntagResourceRequest untagResourceRequest)Remove a tag from a Step Functions resource -
Uses of UntagResourceRequest in software.amazon.awssdk.services.sfn.transform
Methods in software.amazon.awssdk.services.sfn.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-