Uses of Class
com.azure.storage.common.sas.AccountSasSignatureValues
Packages that use AccountSasSignatureValues
Package
Description
Package containing SAS (shared access signature) classes used by Azure Storage services.
-
Uses of AccountSasSignatureValues in com.azure.storage.common.sas
Methods in com.azure.storage.common.sas that return AccountSasSignatureValuesModifier and TypeMethodDescriptionAccountSasSignatureValues.setEncryptionScope(String encryptionScope) Sets the encryption scope that will be applied to any write operations performed with the sasAccountSasSignatureValues.setExpiryTime(OffsetDateTime expiryTime) Deprecated.AccountSasSignatureValues.setPermissions(AccountSasPermission permissions) Deprecated.Please useAccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType)to specify the allowed permissions.AccountSasSignatureValues.setProtocol(SasProtocol protocol) Sets theSasProtocolwhich determines the HTTP protocol that will be used.AccountSasSignatureValues.setResourceTypes(String resourceTypes) Deprecated.Please useAccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType)to specify the resource types being targeted.AccountSasSignatureValues.setSasIpRange(SasIpRange sasIpRange) Sets theSasIpRangewhich determines the IP ranges that are allowed to use the SAS.AccountSasSignatureValues.setServices(String services) Deprecated.Please useAccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType)to specify the services being targeted.AccountSasSignatureValues.setStartTime(OffsetDateTime startTime) Sets when the SAS will take effect.AccountSasSignatureValues.setVersion(String version) Deprecated.The version is set to the latest version of sas.
AccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType)to specify the expiry time.