Uses of Class
software.amazon.awssdk.services.lakeformation.model.WorkUnitRange
-
Packages that use WorkUnitRange Package Description software.amazon.awssdk.services.lakeformation.model software.amazon.awssdk.services.lakeformation.paginators -
-
Uses of WorkUnitRange in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type WorkUnitRange Modifier and Type Method Description List<WorkUnitRange>GetWorkUnitsResponse. workUnitRanges()AWorkUnitRangeListobject that specifies the valid range of work unit IDs for querying the execution service.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type WorkUnitRange Modifier and Type Method Description GetWorkUnitsResponse.BuilderGetWorkUnitsResponse.Builder. workUnitRanges(WorkUnitRange... workUnitRanges)AWorkUnitRangeListobject that specifies the valid range of work unit IDs for querying the execution service.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type WorkUnitRange Modifier and Type Method Description GetWorkUnitsResponse.BuilderGetWorkUnitsResponse.Builder. workUnitRanges(Collection<WorkUnitRange> workUnitRanges)AWorkUnitRangeListobject that specifies the valid range of work unit IDs for querying the execution service. -
Uses of WorkUnitRange in software.amazon.awssdk.services.lakeformation.paginators
Methods in software.amazon.awssdk.services.lakeformation.paginators that return types with arguments of type WorkUnitRange Modifier and Type Method Description SdkIterable<WorkUnitRange>GetWorkUnitsIterable. workUnitRanges()Returns an iterable to iterate through the paginatedGetWorkUnitsResponse.workUnitRanges()member.SdkPublisher<WorkUnitRange>GetWorkUnitsPublisher. workUnitRanges()Returns a publisher that can be used to get a stream of data.
-