| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
JoinKeyProperties |
JoinKeyProperties.clone() |
JoinKeyProperties |
JoinInstruction.getLeftJoinKeyProperties()
Join key properties of the left operand.
|
JoinKeyProperties |
JoinInstruction.getRightJoinKeyProperties()
Join key properties of the right operand.
|
JoinKeyProperties |
JoinKeyProperties.withUniqueKey(Boolean uniqueKey)
A value that indicates that a row in a table is uniquely identified by the columns in a join key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JoinInstruction.setLeftJoinKeyProperties(JoinKeyProperties leftJoinKeyProperties)
Join key properties of the left operand.
|
void |
JoinInstruction.setRightJoinKeyProperties(JoinKeyProperties rightJoinKeyProperties)
Join key properties of the right operand.
|
JoinInstruction |
JoinInstruction.withLeftJoinKeyProperties(JoinKeyProperties leftJoinKeyProperties)
Join key properties of the left operand.
|
JoinInstruction |
JoinInstruction.withRightJoinKeyProperties(JoinKeyProperties rightJoinKeyProperties)
Join key properties of the right operand.
|
Copyright © 2023. All rights reserved.