| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation |
|
| software.amazon.awssdk.services.lakeformation.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetWorkUnitsResponse |
LakeFormationClient.getWorkUnits(Consumer<GetWorkUnitsRequest.Builder> getWorkUnitsRequest)
Retrieves the work units generated by the
StartQueryPlanning operation. |
default GetWorkUnitsResponse |
LakeFormationClient.getWorkUnits(GetWorkUnitsRequest getWorkUnitsRequest)
Retrieves the work units generated by the
StartQueryPlanning operation. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetWorkUnitsResponse> |
LakeFormationAsyncClient.getWorkUnits(Consumer<GetWorkUnitsRequest.Builder> getWorkUnitsRequest)
Retrieves the work units generated by the
StartQueryPlanning operation. |
default CompletableFuture<GetWorkUnitsResponse> |
LakeFormationAsyncClient.getWorkUnits(GetWorkUnitsRequest getWorkUnitsRequest)
Retrieves the work units generated by the
StartQueryPlanning operation. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetWorkUnitsResponse> |
GetWorkUnitsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetWorkUnitsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetWorkUnitsResponse> subscriber) |
Copyright © 2022. All rights reserved.