Uses of Class
com.azure.storage.blob.models.BlobSignedIdentifier
Packages that use BlobSignedIdentifier
Package
Description
Package containing the classes for BlobServiceClient.
Package containing the data models for AzureBlobStorage.
-
Uses of BlobSignedIdentifier in com.azure.storage.blob
Method parameters in com.azure.storage.blob with type arguments of type BlobSignedIdentifierModifier and TypeMethodDescriptionBlobContainerAsyncClient.setAccessPolicy
(PublicAccessType accessType, List<BlobSignedIdentifier> identifiers) Sets the container's permissions.void
BlobContainerClient.setAccessPolicy
(PublicAccessType accessType, List<BlobSignedIdentifier> identifiers) Sets the container's permissions.BlobContainerAsyncClient.setAccessPolicyWithResponse
(PublicAccessType accessType, List<BlobSignedIdentifier> identifiers, BlobRequestConditions requestConditions) Sets the container's permissions.com.azure.core.http.rest.Response
<Void> BlobContainerClient.setAccessPolicyWithResponse
(PublicAccessType accessType, List<BlobSignedIdentifier> identifiers, BlobRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Sets the container's permissions. -
Uses of BlobSignedIdentifier in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobSignedIdentifierModifier and TypeMethodDescriptionstatic BlobSignedIdentifier
BlobSignedIdentifier.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of BlobSignedIdentifier from the XmlReader.static BlobSignedIdentifier
Reads an instance of BlobSignedIdentifier from the XmlReader.BlobSignedIdentifier.setAccessPolicy
(BlobAccessPolicy accessPolicy) Set the accessPolicy property: An Access policy.Set the id property: a unique id.Methods in com.azure.storage.blob.models that return types with arguments of type BlobSignedIdentifierModifier and TypeMethodDescriptionBlobContainerAccessPolicies.getIdentifiers()
Gets theBlobSignedIdentifiers
associated with the container.Constructor parameters in com.azure.storage.blob.models with type arguments of type BlobSignedIdentifierModifierConstructorDescriptionBlobContainerAccessPolicies
(PublicAccessType blobAccessType, List<BlobSignedIdentifier> identifiers) Constructs aBlobContainerAccessPolicies
.