| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation.model | |
| software.amazon.awssdk.services.lakeformation.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<WorkUnitRange> |
GetWorkUnitsResponse.workUnitRanges()
A
WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the
execution service. |
| Modifier and Type | Method and Description |
|---|---|
GetWorkUnitsResponse.Builder |
GetWorkUnitsResponse.Builder.workUnitRanges(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 |
|---|---|
GetWorkUnitsResponse.Builder |
GetWorkUnitsResponse.Builder.workUnitRanges(Collection<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 |
|---|---|
SdkPublisher<WorkUnitRange> |
GetWorkUnitsPublisher.workUnitRanges()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<WorkUnitRange> |
GetWorkUnitsIterable.workUnitRanges()
Returns an iterable to iterate through the paginated
GetWorkUnitsResponse.workUnitRanges() member. |
Copyright © 2023. All rights reserved.