Uses of Class
software.amazon.awssdk.services.lakeformation.model.PrincipalResourcePermissions
-
Packages that use PrincipalResourcePermissions Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of PrincipalResourcePermissions in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type PrincipalResourcePermissions Modifier and Type Method 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.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type PrincipalResourcePermissions Modifier and Type Method Description GetEffectivePermissionsForPathResponse.BuilderGetEffectivePermissionsForPathResponse.Builder. permissions(PrincipalResourcePermissions... permissions)A list of the permissions for the specified table or database resource located at the path in Amazon S3.ListPermissionsResponse.BuilderListPermissionsResponse.Builder. principalResourcePermissions(PrincipalResourcePermissions... principalResourcePermissions)A list of principals and their permissions on the resource for the specified principal and resource types.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type PrincipalResourcePermissions Modifier and Type Method Description GetEffectivePermissionsForPathResponse.BuilderGetEffectivePermissionsForPathResponse.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.BuilderListPermissionsResponse.Builder. principalResourcePermissions(Collection<PrincipalResourcePermissions> principalResourcePermissions)A list of principals and their permissions on the resource for the specified principal and resource types.
-