Uses of Class
software.amazon.awssdk.services.lakeformation.model.Permission
-
Packages that use Permission Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of Permission in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return Permission Modifier and Type Method Description static PermissionPermission. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PermissionPermission. 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.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type Permission Modifier and Type Method Description static Set<Permission>Permission. knownValues()List<Permission>BatchPermissionsRequestEntry. permissions()The permissions to be granted.List<Permission>GetTemporaryGluePartitionCredentialsRequest. permissions()Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).List<Permission>GetTemporaryGlueTableCredentialsRequest. permissions()Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).List<Permission>GrantPermissionsRequest. permissions()The permissions granted to the principal on the resource.List<Permission>PrincipalPermissions. permissions()The permissions that are granted to the principal.List<Permission>PrincipalResourcePermissions. permissions()The permissions to be granted or revoked on the resource.List<Permission>RevokePermissionsRequest. permissions()The permissions revoked to the principal on the resource.List<Permission>BatchPermissionsRequestEntry. permissionsWithGrantOption()Indicates if the option to pass permissions is granted.List<Permission>GrantPermissionsRequest. permissionsWithGrantOption()Indicates a list of the granted permissions that the principal may pass to other users.List<Permission>PrincipalResourcePermissions. permissionsWithGrantOption()Indicates whether to grant the ability to grant permissions (as a subset of permissions granted).List<Permission>RevokePermissionsRequest. permissionsWithGrantOption()Indicates a list of permissions for which to revoke the grant option allowing the principal to pass permissions to other principals.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type Permission Modifier and Type Method Description BatchPermissionsRequestEntry.BuilderBatchPermissionsRequestEntry.Builder. permissions(Permission... permissions)The permissions to be granted.GetTemporaryGluePartitionCredentialsRequest.BuilderGetTemporaryGluePartitionCredentialsRequest.Builder. permissions(Permission... permissions)Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).GetTemporaryGlueTableCredentialsRequest.BuilderGetTemporaryGlueTableCredentialsRequest.Builder. permissions(Permission... permissions)Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).GrantPermissionsRequest.BuilderGrantPermissionsRequest.Builder. permissions(Permission... permissions)The permissions granted to the principal on the resource.PrincipalPermissions.BuilderPrincipalPermissions.Builder. permissions(Permission... permissions)The permissions that are granted to the principal.PrincipalResourcePermissions.BuilderPrincipalResourcePermissions.Builder. permissions(Permission... permissions)The permissions to be granted or revoked on the resource.RevokePermissionsRequest.BuilderRevokePermissionsRequest.Builder. permissions(Permission... permissions)The permissions revoked to the principal on the resource.BatchPermissionsRequestEntry.BuilderBatchPermissionsRequestEntry.Builder. permissionsWithGrantOption(Permission... permissionsWithGrantOption)Indicates if the option to pass permissions is granted.GrantPermissionsRequest.BuilderGrantPermissionsRequest.Builder. permissionsWithGrantOption(Permission... permissionsWithGrantOption)Indicates a list of the granted permissions that the principal may pass to other users.PrincipalResourcePermissions.BuilderPrincipalResourcePermissions.Builder. permissionsWithGrantOption(Permission... permissionsWithGrantOption)Indicates whether to grant the ability to grant permissions (as a subset of permissions granted).RevokePermissionsRequest.BuilderRevokePermissionsRequest.Builder. permissionsWithGrantOption(Permission... permissionsWithGrantOption)Indicates a list of permissions for which to revoke the grant option allowing the principal to pass permissions to other principals.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type Permission Modifier and Type Method Description BatchPermissionsRequestEntry.BuilderBatchPermissionsRequestEntry.Builder. permissions(Collection<Permission> permissions)The permissions to be granted.GetTemporaryGluePartitionCredentialsRequest.BuilderGetTemporaryGluePartitionCredentialsRequest.Builder. permissions(Collection<Permission> permissions)Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).GetTemporaryGlueTableCredentialsRequest.BuilderGetTemporaryGlueTableCredentialsRequest.Builder. permissions(Collection<Permission> permissions)Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).GrantPermissionsRequest.BuilderGrantPermissionsRequest.Builder. permissions(Collection<Permission> permissions)The permissions granted to the principal on the resource.PrincipalPermissions.BuilderPrincipalPermissions.Builder. permissions(Collection<Permission> permissions)The permissions that are granted to the principal.PrincipalResourcePermissions.BuilderPrincipalResourcePermissions.Builder. permissions(Collection<Permission> permissions)The permissions to be granted or revoked on the resource.RevokePermissionsRequest.BuilderRevokePermissionsRequest.Builder. permissions(Collection<Permission> permissions)The permissions revoked to the principal on the resource.BatchPermissionsRequestEntry.BuilderBatchPermissionsRequestEntry.Builder. permissionsWithGrantOption(Collection<Permission> permissionsWithGrantOption)Indicates if the option to pass permissions is granted.GrantPermissionsRequest.BuilderGrantPermissionsRequest.Builder. permissionsWithGrantOption(Collection<Permission> permissionsWithGrantOption)Indicates a list of the granted permissions that the principal may pass to other users.PrincipalResourcePermissions.BuilderPrincipalResourcePermissions.Builder. permissionsWithGrantOption(Collection<Permission> permissionsWithGrantOption)Indicates whether to grant the ability to grant permissions (as a subset of permissions granted).RevokePermissionsRequest.BuilderRevokePermissionsRequest.Builder. permissionsWithGrantOption(Collection<Permission> permissionsWithGrantOption)Indicates a list of permissions for which to revoke the grant option allowing the principal to pass permissions to other principals.
-