Uses of Class
com.azure.storage.file.datalake.models.DataLakeAccessPolicy
Packages that use DataLakeAccessPolicy
Package
Description
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of DataLakeAccessPolicy in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return DataLakeAccessPolicyModifier and TypeMethodDescriptionDataLakeSignedIdentifier.getAccessPolicy()
Get the accessPolicy property: The accessPolicy property.DataLakeAccessPolicy.setExpiresOn
(OffsetDateTime expiresOn) Set the expiresOn property: the date-time the policy expires.DataLakeAccessPolicy.setPermissions
(String permissions) Set the permissions property: the permissions for the acl policy.DataLakeAccessPolicy.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 DataLakeAccessPolicyModifier and TypeMethodDescriptionDataLakeSignedIdentifier.setAccessPolicy
(DataLakeAccessPolicy accessPolicy) Set the accessPolicy property: The accessPolicy property.