| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
WorkUnitRange |
WorkUnitRange.clone() |
WorkUnitRange |
WorkUnitRange.withWorkUnitIdMax(Long workUnitIdMax)
Defines the maximum work unit ID in the range.
|
WorkUnitRange |
WorkUnitRange.withWorkUnitIdMin(Long workUnitIdMin)
Defines the minimum work unit ID in the range.
|
WorkUnitRange |
WorkUnitRange.withWorkUnitToken(String workUnitToken)
A work token used to query the execution service.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkUnitRange> |
GetWorkUnitsResult.getWorkUnitRanges()
A
WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the
execution service. |
| Modifier and Type | Method and Description |
|---|---|
GetWorkUnitsResult |
GetWorkUnitsResult.withWorkUnitRanges(WorkUnitRange... workUnitRanges)
A
WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the
execution service. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetWorkUnitsResult.setWorkUnitRanges(Collection<WorkUnitRange> workUnitRanges)
A
WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the
execution service. |
GetWorkUnitsResult |
GetWorkUnitsResult.withWorkUnitRanges(Collection<WorkUnitRange> workUnitRanges)
A
WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the
execution service. |
Copyright © 2024. All rights reserved.