| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
ViewFrame |
ViewFrame.clone() |
ViewFrame |
SendProjectSessionActionRequest.getViewFrame() |
ViewFrame |
ViewFrame.withAnalytics(AnalyticsMode analytics)
Controls if analytics computation is enabled or disabled.
|
ViewFrame |
ViewFrame.withAnalytics(String analytics)
Controls if analytics computation is enabled or disabled.
|
ViewFrame |
ViewFrame.withColumnRange(Integer columnRange)
The number of columns to include in the view frame, beginning with the
StartColumnIndex value and
ignoring any columns in the HiddenColumns list. |
ViewFrame |
ViewFrame.withHiddenColumns(Collection<String> hiddenColumns)
A list of columns to hide in the view frame.
|
ViewFrame |
ViewFrame.withHiddenColumns(String... hiddenColumns)
A list of columns to hide in the view frame.
|
ViewFrame |
ViewFrame.withRowRange(Integer rowRange)
The number of rows to include in the view frame, beginning with the
StartRowIndex value. |
ViewFrame |
ViewFrame.withStartColumnIndex(Integer startColumnIndex)
The starting index for the range of columns to return in the view frame.
|
ViewFrame |
ViewFrame.withStartRowIndex(Integer startRowIndex)
The starting index for the range of rows to return in the view frame.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendProjectSessionActionRequest.setViewFrame(ViewFrame viewFrame) |
SendProjectSessionActionRequest |
SendProjectSessionActionRequest.withViewFrame(ViewFrame viewFrame) |
Copyright © 2025. All rights reserved.