Uses of Interface
software.amazon.awssdk.services.sfn.model.UntagResourceRequest.Builder
Packages that use UntagResourceRequest.Builder
Package
Description
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type UntagResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>SfnAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Remove a tag from a Step Functions resourcedefault UntagResourceResponseSfnClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Remove a tag from a Step Functions resource -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return UntagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic UntagResourceRequest.BuilderUntagResourceRequest.builder()UntagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UntagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UntagResourceRequest.Builder.resourceArn(String resourceArn) The Amazon Resource Name (ARN) for the Step Functions state machine or activity.The list of tags to remove from the resource.UntagResourceRequest.Builder.tagKeys(Collection<String> tagKeys) The list of tags to remove from the resource.UntagResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type UntagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UntagResourceRequest.Builder>UntagResourceRequest.serializableBuilderClass()