| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
PrincipalResourcePermissions |
PrincipalResourcePermissions.clone() |
PrincipalResourcePermissions |
PrincipalResourcePermissions.withAdditionalDetails(DetailsMap additionalDetails)
This attribute can be used to return any additional details of
PrincipalResourcePermissions. |
PrincipalResourcePermissions |
PrincipalResourcePermissions.withLastUpdated(Date lastUpdated)
The date and time when the resource was last updated.
|
PrincipalResourcePermissions |
PrincipalResourcePermissions.withLastUpdatedBy(String lastUpdatedBy)
The user who updated the record.
|
PrincipalResourcePermissions |
PrincipalResourcePermissions.withPermissions(Collection<String> permissions)
The permissions to be granted or revoked on the resource.
|
PrincipalResourcePermissions |
PrincipalResourcePermissions.withPermissions(Permission... permissions)
The permissions to be granted or revoked on the resource.
|
PrincipalResourcePermissions |
PrincipalResourcePermissions.withPermissions(String... permissions)
The permissions to be granted or revoked on the resource.
|
PrincipalResourcePermissions |
PrincipalResourcePermissions.withPermissionsWithGrantOption(Collection<String> permissionsWithGrantOption)
Indicates whether to grant the ability to grant permissions (as a subset of permissions granted).
|
PrincipalResourcePermissions |
PrincipalResourcePermissions.withPermissionsWithGrantOption(Permission... permissionsWithGrantOption)
Indicates whether to grant the ability to grant permissions (as a subset of permissions granted).
|
PrincipalResourcePermissions |
PrincipalResourcePermissions.withPermissionsWithGrantOption(String... permissionsWithGrantOption)
Indicates whether to grant the ability to grant permissions (as a subset of permissions granted).
|
PrincipalResourcePermissions |
PrincipalResourcePermissions.withPrincipal(DataLakePrincipal principal)
The Data Lake principal to be granted or revoked permissions.
|
PrincipalResourcePermissions |
PrincipalResourcePermissions.withResource(Resource resource)
The resource where permissions are to be granted or revoked.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalResourcePermissions> |
GetEffectivePermissionsForPathResult.getPermissions()
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
|
List<PrincipalResourcePermissions> |
ListPermissionsResult.getPrincipalResourcePermissions()
A list of principals and their permissions on the resource for the specified principal and resource types.
|
| Modifier and Type | Method and Description |
|---|---|
GetEffectivePermissionsForPathResult |
GetEffectivePermissionsForPathResult.withPermissions(PrincipalResourcePermissions... permissions)
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
|
ListPermissionsResult |
ListPermissionsResult.withPrincipalResourcePermissions(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 |
|---|---|
void |
GetEffectivePermissionsForPathResult.setPermissions(Collection<PrincipalResourcePermissions> permissions)
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
|
void |
ListPermissionsResult.setPrincipalResourcePermissions(Collection<PrincipalResourcePermissions> principalResourcePermissions)
A list of principals and their permissions on the resource for the specified principal and resource types.
|
GetEffectivePermissionsForPathResult |
GetEffectivePermissionsForPathResult.withPermissions(Collection<PrincipalResourcePermissions> permissions)
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
|
ListPermissionsResult |
ListPermissionsResult.withPrincipalResourcePermissions(Collection<PrincipalResourcePermissions> principalResourcePermissions)
A list of principals and their permissions on the resource for the specified principal and resource types.
|
Copyright © 2024. All rights reserved.