Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainerSetAccessPolicyResponse> |
GeneratedContainers.setAccessPolicyWithRestResponseAsync(List<SignedIdentifier> containerAcl,
Integer timeout,
String leaseId,
PublicAccessType access,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String requestId)
sets the permissions for the specified container.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainerSetAccessPolicyResponse> |
ContainerURL.setAccessPolicy(PublicAccessType accessType,
List<SignedIdentifier> identifiers,
ContainerAccessConditions accessConditions)
Sets the container's permissions.
|
This documentation was released into the public domain.