| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation |
|
| software.amazon.awssdk.services.lakeformation.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetEffectivePermissionsForPathResponse |
LakeFormationClient.getEffectivePermissionsForPath(Consumer<GetEffectivePermissionsForPathRequest.Builder> getEffectivePermissionsForPathRequest)
Returns the Lake Formation permissions for a specified table or database resource located at a path in Amazon S3.
|
default GetEffectivePermissionsForPathResponse |
LakeFormationClient.getEffectivePermissionsForPath(GetEffectivePermissionsForPathRequest getEffectivePermissionsForPathRequest)
Returns the Lake Formation permissions for a specified table or database resource located at a path in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetEffectivePermissionsForPathResponse> |
LakeFormationAsyncClient.getEffectivePermissionsForPath(Consumer<GetEffectivePermissionsForPathRequest.Builder> getEffectivePermissionsForPathRequest)
Returns the Lake Formation permissions for a specified table or database resource located at a path in Amazon S3.
|
default CompletableFuture<GetEffectivePermissionsForPathResponse> |
LakeFormationAsyncClient.getEffectivePermissionsForPath(GetEffectivePermissionsForPathRequest getEffectivePermissionsForPathRequest)
Returns the Lake Formation permissions for a specified table or database resource located at a path in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetEffectivePermissionsForPathResponse> |
GetEffectivePermissionsForPathIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetEffectivePermissionsForPathPublisher.subscribe(org.reactivestreams.Subscriber<? super GetEffectivePermissionsForPathResponse> subscriber) |
Copyright © 2023. All rights reserved.