Uses of Class
com.azure.storage.file.datalake.models.DataLakeAccessPolicy
-
Packages that use DataLakeAccessPolicy Package Description com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI. -
-
Uses of DataLakeAccessPolicy in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return DataLakeAccessPolicy Modifier and Type Method Description DataLakeAccessPolicyDataLakeSignedIdentifier. getAccessPolicy()Get the accessPolicy property: The accessPolicy property.DataLakeAccessPolicyDataLakeAccessPolicy. setExpiresOn(OffsetDateTime expiresOn)Set the expiresOn property: the date-time the policy expires.DataLakeAccessPolicyDataLakeAccessPolicy. setPermissions(String permissions)Set the permissions property: the permissions for the acl policy.DataLakeAccessPolicyDataLakeAccessPolicy. setStartsOn(OffsetDateTime startsOn)Set the startsOn property: the date-time the policy is active.Methods in com.azure.storage.file.datalake.models with parameters of type DataLakeAccessPolicy Modifier and Type Method Description DataLakeSignedIdentifierDataLakeSignedIdentifier. setAccessPolicy(DataLakeAccessPolicy accessPolicy)Set the accessPolicy property: The accessPolicy property.
-