Uses of Class
software.amazon.awssdk.services.lakeformation.model.GetWorkUnitsResponse
-
Packages that use GetWorkUnitsResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.paginators -
-
Uses of GetWorkUnitsResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return GetWorkUnitsResponse Modifier and Type Method Description default GetWorkUnitsResponseLakeFormationClient. getWorkUnits(Consumer<GetWorkUnitsRequest.Builder> getWorkUnitsRequest)Retrieves the work units generated by theStartQueryPlanningoperation.default GetWorkUnitsResponseLakeFormationClient. getWorkUnits(GetWorkUnitsRequest getWorkUnitsRequest)Retrieves the work units generated by theStartQueryPlanningoperation.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type GetWorkUnitsResponse Modifier and Type Method Description default CompletableFuture<GetWorkUnitsResponse>LakeFormationAsyncClient. getWorkUnits(Consumer<GetWorkUnitsRequest.Builder> getWorkUnitsRequest)Retrieves the work units generated by theStartQueryPlanningoperation.default CompletableFuture<GetWorkUnitsResponse>LakeFormationAsyncClient. getWorkUnits(GetWorkUnitsRequest getWorkUnitsRequest)Retrieves the work units generated by theStartQueryPlanningoperation. -
Uses of GetWorkUnitsResponse in software.amazon.awssdk.services.lakeformation.paginators
Methods in software.amazon.awssdk.services.lakeformation.paginators that return types with arguments of type GetWorkUnitsResponse Modifier and Type Method Description Iterator<GetWorkUnitsResponse>GetWorkUnitsIterable. iterator()Method parameters in software.amazon.awssdk.services.lakeformation.paginators with type arguments of type GetWorkUnitsResponse Modifier and Type Method Description voidGetWorkUnitsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetWorkUnitsResponse> subscriber)
-