Uses of Class
software.amazon.awssdk.services.lakeformation.model.DataLakePrincipal
-
Packages that use DataLakePrincipal Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of DataLakePrincipal in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return DataLakePrincipal Modifier and Type Method Description DataLakePrincipalBatchPermissionsRequestEntry. principal()The principal to be granted a permission.DataLakePrincipalCreateLakeFormationOptInRequest. principal()Returns the value of the Principal property for this object.DataLakePrincipalDeleteLakeFormationOptInRequest. principal()Returns the value of the Principal property for this object.DataLakePrincipalGrantPermissionsRequest. principal()The principal to be granted the permissions on the resource.DataLakePrincipalLakeFormationOptInsInfo. principal()Returns the value of the Principal property for this object.DataLakePrincipalListLakeFormationOptInsRequest. principal()Returns the value of the Principal property for this object.DataLakePrincipalListPermissionsRequest. principal()Specifies a principal to filter the permissions returned.DataLakePrincipalPrincipalPermissions. principal()The principal who is granted permissions.DataLakePrincipalPrincipalResourcePermissions. principal()The Data Lake principal to be granted or revoked permissions.DataLakePrincipalRevokePermissionsRequest. principal()The principal to be revoked permissions on the resource.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type DataLakePrincipal Modifier and Type Method Description List<DataLakePrincipal>DataLakeSettings. dataLakeAdmins()A list of Lake Formation principals.List<DataLakePrincipal>DataLakeSettings. externalDataFilteringAllowList()A list of the account IDs of Amazon Web Services accounts with Amazon EMR clusters that are to perform data filtering.>List<DataLakePrincipal>DataLakeSettings. readOnlyAdmins()A list of Lake Formation principals with only view access to the resources, without the ability to make changes.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type DataLakePrincipal Modifier and Type Method Description DataLakeSettings.BuilderDataLakeSettings.Builder. dataLakeAdmins(DataLakePrincipal... dataLakeAdmins)A list of Lake Formation principals.DataLakeSettings.BuilderDataLakeSettings.Builder. externalDataFilteringAllowList(DataLakePrincipal... externalDataFilteringAllowList)A list of the account IDs of Amazon Web Services accounts with Amazon EMR clusters that are to perform data filtering.>BatchPermissionsRequestEntry.BuilderBatchPermissionsRequestEntry.Builder. principal(DataLakePrincipal principal)The principal to be granted a permission.CreateLakeFormationOptInRequest.BuilderCreateLakeFormationOptInRequest.Builder. principal(DataLakePrincipal principal)Sets the value of the Principal property for this object.DeleteLakeFormationOptInRequest.BuilderDeleteLakeFormationOptInRequest.Builder. principal(DataLakePrincipal principal)Sets the value of the Principal property for this object.GrantPermissionsRequest.BuilderGrantPermissionsRequest.Builder. principal(DataLakePrincipal principal)The principal to be granted the permissions on the resource.LakeFormationOptInsInfo.BuilderLakeFormationOptInsInfo.Builder. principal(DataLakePrincipal principal)Sets the value of the Principal property for this object.ListLakeFormationOptInsRequest.BuilderListLakeFormationOptInsRequest.Builder. principal(DataLakePrincipal principal)Sets the value of the Principal property for this object.ListPermissionsRequest.BuilderListPermissionsRequest.Builder. principal(DataLakePrincipal principal)Specifies a principal to filter the permissions returned.PrincipalPermissions.BuilderPrincipalPermissions.Builder. principal(DataLakePrincipal principal)The principal who is granted permissions.PrincipalResourcePermissions.BuilderPrincipalResourcePermissions.Builder. principal(DataLakePrincipal principal)The Data Lake principal to be granted or revoked permissions.RevokePermissionsRequest.BuilderRevokePermissionsRequest.Builder. principal(DataLakePrincipal principal)The principal to be revoked permissions on the resource.DataLakeSettings.BuilderDataLakeSettings.Builder. readOnlyAdmins(DataLakePrincipal... readOnlyAdmins)A list of Lake Formation principals with only view access to the resources, without the ability to make changes.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type DataLakePrincipal Modifier and Type Method Description DataLakeSettings.BuilderDataLakeSettings.Builder. dataLakeAdmins(Collection<DataLakePrincipal> dataLakeAdmins)A list of Lake Formation principals.DataLakeSettings.BuilderDataLakeSettings.Builder. externalDataFilteringAllowList(Collection<DataLakePrincipal> externalDataFilteringAllowList)A list of the account IDs of Amazon Web Services accounts with Amazon EMR clusters that are to perform data filtering.>DataLakeSettings.BuilderDataLakeSettings.Builder. readOnlyAdmins(Collection<DataLakePrincipal> readOnlyAdmins)A list of Lake Formation principals with only view access to the resources, without the ability to make changes.
-