Uses of Class
software.amazon.awssdk.services.quicksight.model.TransformOperation
-
Packages that use TransformOperation Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TransformOperation in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TransformOperation Modifier and Type Method Description static TransformOperationTransformOperation. fromCastColumnTypeOperation(Consumer<CastColumnTypeOperation.Builder> castColumnTypeOperation)Create an instance of this class withcastColumnTypeOperation()initialized to the given value.static TransformOperationTransformOperation. fromCastColumnTypeOperation(CastColumnTypeOperation castColumnTypeOperation)Create an instance of this class withcastColumnTypeOperation()initialized to the given value.static TransformOperationTransformOperation. fromCreateColumnsOperation(Consumer<CreateColumnsOperation.Builder> createColumnsOperation)Create an instance of this class withcreateColumnsOperation()initialized to the given value.static TransformOperationTransformOperation. fromCreateColumnsOperation(CreateColumnsOperation createColumnsOperation)Create an instance of this class withcreateColumnsOperation()initialized to the given value.static TransformOperationTransformOperation. fromFilterOperation(Consumer<FilterOperation.Builder> filterOperation)Create an instance of this class withfilterOperation()initialized to the given value.static TransformOperationTransformOperation. fromFilterOperation(FilterOperation filterOperation)Create an instance of this class withfilterOperation()initialized to the given value.static TransformOperationTransformOperation. fromOverrideDatasetParameterOperation(Consumer<OverrideDatasetParameterOperation.Builder> overrideDatasetParameterOperation)Create an instance of this class withoverrideDatasetParameterOperation()initialized to the given value.static TransformOperationTransformOperation. fromOverrideDatasetParameterOperation(OverrideDatasetParameterOperation overrideDatasetParameterOperation)Create an instance of this class withoverrideDatasetParameterOperation()initialized to the given value.static TransformOperationTransformOperation. fromProjectOperation(Consumer<ProjectOperation.Builder> projectOperation)Create an instance of this class withprojectOperation()initialized to the given value.static TransformOperationTransformOperation. fromProjectOperation(ProjectOperation projectOperation)Create an instance of this class withprojectOperation()initialized to the given value.static TransformOperationTransformOperation. fromRenameColumnOperation(Consumer<RenameColumnOperation.Builder> renameColumnOperation)Create an instance of this class withrenameColumnOperation()initialized to the given value.static TransformOperationTransformOperation. fromRenameColumnOperation(RenameColumnOperation renameColumnOperation)Create an instance of this class withrenameColumnOperation()initialized to the given value.static TransformOperationTransformOperation. fromTagColumnOperation(Consumer<TagColumnOperation.Builder> tagColumnOperation)Create an instance of this class withtagColumnOperation()initialized to the given value.static TransformOperationTransformOperation. fromTagColumnOperation(TagColumnOperation tagColumnOperation)Create an instance of this class withtagColumnOperation()initialized to the given value.static TransformOperationTransformOperation. fromUntagColumnOperation(Consumer<UntagColumnOperation.Builder> untagColumnOperation)Create an instance of this class withuntagColumnOperation()initialized to the given value.static TransformOperationTransformOperation. fromUntagColumnOperation(UntagColumnOperation untagColumnOperation)Create an instance of this class withuntagColumnOperation()initialized to the given value.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TransformOperation Modifier and Type Method Description List<TransformOperation>LogicalTable. dataTransforms()Transform operations that act on this logical table.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TransformOperation Modifier and Type Method Description LogicalTable.BuilderLogicalTable.Builder. dataTransforms(TransformOperation... dataTransforms)Transform operations that act on this logical table.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TransformOperation Modifier and Type Method Description LogicalTable.BuilderLogicalTable.Builder. dataTransforms(Collection<TransformOperation> dataTransforms)Transform operations that act on this logical table.
-