| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
JoinInstruction |
JoinInstruction.clone() |
JoinInstruction |
LogicalTableSource.getJoinInstruction()
Specifies the result of a join of two logical tables.
|
JoinInstruction |
JoinInstruction.withLeftOperand(String leftOperand)
Left operand.
|
JoinInstruction |
JoinInstruction.withOnClause(String onClause)
On Clause.
|
JoinInstruction |
JoinInstruction.withRightOperand(String rightOperand)
Right operand.
|
JoinInstruction |
JoinInstruction.withType(JoinType type)
Type.
|
JoinInstruction |
JoinInstruction.withType(String type)
Type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalTableSource.setJoinInstruction(JoinInstruction joinInstruction)
Specifies the result of a join of two logical tables.
|
LogicalTableSource |
LogicalTableSource.withJoinInstruction(JoinInstruction joinInstruction)
Specifies the result of a join of two logical tables.
|
Copyright © 2019. All rights reserved.