Uses of Class
software.amazon.awssdk.services.lakeformation.model.GetWorkUnitsRequest
-
Packages that use GetWorkUnitsRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.paginators software.amazon.awssdk.services.lakeformation.transform -
-
Uses of GetWorkUnitsRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type GetWorkUnitsRequest Modifier and Type Method Description default CompletableFuture<GetWorkUnitsResponse>LakeFormationAsyncClient. getWorkUnits(GetWorkUnitsRequest getWorkUnitsRequest)Retrieves the work units generated by theStartQueryPlanningoperation.default GetWorkUnitsResponseLakeFormationClient. getWorkUnits(GetWorkUnitsRequest getWorkUnitsRequest)Retrieves the work units generated by theStartQueryPlanningoperation.default GetWorkUnitsPublisherLakeFormationAsyncClient. getWorkUnitsPaginator(GetWorkUnitsRequest getWorkUnitsRequest)Retrieves the work units generated by theStartQueryPlanningoperation.default GetWorkUnitsIterableLakeFormationClient. getWorkUnitsPaginator(GetWorkUnitsRequest getWorkUnitsRequest)Retrieves the work units generated by theStartQueryPlanningoperation. -
Uses of GetWorkUnitsRequest in software.amazon.awssdk.services.lakeformation.paginators
Constructors in software.amazon.awssdk.services.lakeformation.paginators with parameters of type GetWorkUnitsRequest Constructor Description GetWorkUnitsIterable(LakeFormationClient client, GetWorkUnitsRequest firstRequest)GetWorkUnitsPublisher(LakeFormationAsyncClient client, GetWorkUnitsRequest firstRequest) -
Uses of GetWorkUnitsRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type GetWorkUnitsRequest Modifier and Type Method Description SdkHttpFullRequestGetWorkUnitsRequestMarshaller. marshall(GetWorkUnitsRequest getWorkUnitsRequest)
-