| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalResourcePermissions> |
GetEffectivePermissionsForPathResponse.permissions()
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
|
List<PrincipalResourcePermissions> |
ListPermissionsResponse.principalResourcePermissions()
A list of principals and their permissions on the resource for the specified principal and resource types.
|
| Modifier and Type | Method and Description |
|---|---|
GetEffectivePermissionsForPathResponse.Builder |
GetEffectivePermissionsForPathResponse.Builder.permissions(PrincipalResourcePermissions... permissions)
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
|
ListPermissionsResponse.Builder |
ListPermissionsResponse.Builder.principalResourcePermissions(PrincipalResourcePermissions... principalResourcePermissions)
A list of principals and their permissions on the resource for the specified principal and resource types.
|
| Modifier and Type | Method and Description |
|---|---|
GetEffectivePermissionsForPathResponse.Builder |
GetEffectivePermissionsForPathResponse.Builder.permissions(Collection<PrincipalResourcePermissions> permissions)
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
|
ListPermissionsResponse.Builder |
ListPermissionsResponse.Builder.principalResourcePermissions(Collection<PrincipalResourcePermissions> principalResourcePermissions)
A list of principals and their permissions on the resource for the specified principal and resource types.
|
Copyright © 2021. All rights reserved.