Uses of Class
software.amazon.awssdk.services.quicksight.model.UntagColumnOperation
-
Packages that use UntagColumnOperation Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of UntagColumnOperation in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return UntagColumnOperation Modifier and Type Method Description UntagColumnOperationTransformOperation. untagColumnOperation()Returns the value of the UntagColumnOperation property for this object.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type UntagColumnOperation Modifier and Type Method Description static TransformOperationTransformOperation. fromUntagColumnOperation(UntagColumnOperation untagColumnOperation)Create an instance of this class withTransformOperation.untagColumnOperation()initialized to the given value.TransformOperation.BuilderTransformOperation.Builder. untagColumnOperation(UntagColumnOperation untagColumnOperation)Sets the value of the UntagColumnOperation property for this object.
-