Uses of Class
com.azure.storage.blob.models.BlobAccessPolicy
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of BlobAccessPolicy in com.azure.storage.blob.models
Modifier and TypeMethodDescriptionBlobSignedIdentifier.getAccessPolicy()
Get the accessPolicy property: An Access policy.BlobAccessPolicy.setExpiresOn
(OffsetDateTime expiresOn) Set the expiresOn property: the date-time the policy expires.BlobAccessPolicy.setPermissions
(String permissions) Set the permissions property: the permissions for the acl policy.BlobAccessPolicy.setStartsOn
(OffsetDateTime startsOn) Set the startsOn property: the date-time the policy is active.Modifier and TypeMethodDescriptionBlobSignedIdentifier.setAccessPolicy
(BlobAccessPolicy accessPolicy) Set the accessPolicy property: An Access policy.