Uses of Interface
software.amazon.awssdk.services.quicksight.model.ProjectOperation.Builder
-
Packages that use ProjectOperation.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ProjectOperation.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ProjectOperation.Builder Modifier and Type Method Description static ProjectOperation.BuilderProjectOperation. builder()ProjectOperation.BuilderProjectOperation.Builder. projectedColumns(String... projectedColumns)Projected columns.ProjectOperation.BuilderProjectOperation.Builder. projectedColumns(Collection<String> projectedColumns)Projected columns.ProjectOperation.BuilderProjectOperation. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ProjectOperation.Builder Modifier and Type Method Description static Class<? extends ProjectOperation.Builder>ProjectOperation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ProjectOperation.Builder Modifier and Type Method Description static TransformOperationTransformOperation. fromProjectOperation(Consumer<ProjectOperation.Builder> projectOperation)Create an instance of this class withTransformOperation.projectOperation()initialized to the given value.default TransformOperation.BuilderTransformOperation.Builder. projectOperation(Consumer<ProjectOperation.Builder> projectOperation)An operation that projects columns.
-