| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation |
|
| software.amazon.awssdk.services.lakeformation.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPermissionsResponse |
LakeFormationClient.listPermissions(Consumer<ListPermissionsRequest.Builder> listPermissionsRequest)
Returns a list of the principal permissions on the resource, filtered by the permissions of the caller.
|
default ListPermissionsResponse |
LakeFormationClient.listPermissions(ListPermissionsRequest listPermissionsRequest)
Returns a list of the principal permissions on the resource, filtered by the permissions of the caller.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPermissionsResponse> |
LakeFormationAsyncClient.listPermissions(Consumer<ListPermissionsRequest.Builder> listPermissionsRequest)
Returns a list of the principal permissions on the resource, filtered by the permissions of the caller.
|
default CompletableFuture<ListPermissionsResponse> |
LakeFormationAsyncClient.listPermissions(ListPermissionsRequest listPermissionsRequest)
Returns a list of the principal permissions on the resource, filtered by the permissions of the caller.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPermissionsResponse> |
ListPermissionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPermissionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPermissionsResponse> subscriber) |
Copyright © 2019. All rights reserved.