| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
static Permission |
Permission.fromValue(String value)
Use this in place of valueOf.
|
static Permission |
Permission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permission[] |
Permission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GrantPermissionsRequest |
GrantPermissionsRequest.withPermissions(Permission... permissions)
The permissions granted to the principal on the resource.
|
GetTemporaryGluePartitionCredentialsRequest |
GetTemporaryGluePartitionCredentialsRequest.withPermissions(Permission... permissions)
Filters the request based on the user having been granted a list of specified permissions on the requested
resource(s).
|
GetTemporaryGlueTableCredentialsRequest |
GetTemporaryGlueTableCredentialsRequest.withPermissions(Permission... permissions)
Filters the request based on the user having been granted a list of specified permissions on the requested
resource(s).
|
PrincipalPermissions |
PrincipalPermissions.withPermissions(Permission... permissions)
The permissions that are granted to the principal.
|
PrincipalResourcePermissions |
PrincipalResourcePermissions.withPermissions(Permission... permissions)
The permissions to be granted or revoked on the resource.
|
BatchPermissionsRequestEntry |
BatchPermissionsRequestEntry.withPermissions(Permission... permissions)
The permissions to be granted.
|
RevokePermissionsRequest |
RevokePermissionsRequest.withPermissions(Permission... permissions)
The permissions revoked to the principal on the resource.
|
GrantPermissionsRequest |
GrantPermissionsRequest.withPermissionsWithGrantOption(Permission... permissionsWithGrantOption)
Indicates a list of the granted permissions that the principal may pass to other users.
|
PrincipalResourcePermissions |
PrincipalResourcePermissions.withPermissionsWithGrantOption(Permission... permissionsWithGrantOption)
Indicates whether to grant the ability to grant permissions (as a subset of permissions granted).
|
BatchPermissionsRequestEntry |
BatchPermissionsRequestEntry.withPermissionsWithGrantOption(Permission... permissionsWithGrantOption)
Indicates if the option to pass permissions is granted.
|
RevokePermissionsRequest |
RevokePermissionsRequest.withPermissionsWithGrantOption(Permission... permissionsWithGrantOption)
Indicates a list of permissions for which to revoke the grant option allowing the principal to pass permissions
to other principals.
|
Copyright © 2025. All rights reserved.