Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob | |
com.microsoft.azure.storage.blob.implementation |
This package contains the blob.implementation classes for StorageClient.
|
com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
List<SignedIdentifier> |
GeneratedContainers.getAccessPolicy(Integer timeout,
String leaseId,
String requestId)
gets the permissions for the specified container.
|
io.reactivex.Maybe<List<SignedIdentifier>> |
GeneratedContainers.getAccessPolicyAsync(Integer timeout,
String leaseId,
String requestId)
gets the permissions for the specified container.
|
com.microsoft.rest.v2.ServiceFuture<List<SignedIdentifier>> |
GeneratedContainers.getAccessPolicyAsync(Integer timeout,
String leaseId,
String requestId,
com.microsoft.rest.v2.ServiceCallback<List<SignedIdentifier>> serviceCallback)
gets the permissions for the specified container.
|
Modifier and Type | Method and Description |
---|---|
com.microsoft.rest.v2.ServiceFuture<List<SignedIdentifier>> |
GeneratedContainers.getAccessPolicyAsync(Integer timeout,
String leaseId,
String requestId,
com.microsoft.rest.v2.ServiceCallback<List<SignedIdentifier>> serviceCallback)
gets the permissions for the specified container.
|
void |
GeneratedContainers.setAccessPolicy(List<SignedIdentifier> containerAcl,
Integer timeout,
String leaseId,
PublicAccessType access,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String requestId)
sets the permissions for the specified container.
|
io.reactivex.Completable |
GeneratedContainers.setAccessPolicyAsync(List<SignedIdentifier> containerAcl,
Integer timeout,
String leaseId,
PublicAccessType access,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String requestId)
sets the permissions for the specified container.
|
com.microsoft.rest.v2.ServiceFuture<Void> |
GeneratedContainers.setAccessPolicyAsync(List<SignedIdentifier> containerAcl,
Integer timeout,
String leaseId,
PublicAccessType access,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String requestId,
com.microsoft.rest.v2.ServiceCallback<Void> serviceCallback)
sets the permissions for the specified container.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<SignedIdentifier> |
SignedIdentifierWrapper.items()
Get the List<SignedIdentifier> contained in this wrapper.
|
List<SignedIdentifier> |
SignedIdentifiersWrapper.items()
Get the List<SignedIdentifier> contained in this wrapper.
|
Constructor and Description |
---|
SignedIdentifiersWrapper(List<SignedIdentifier> signedIdentifiers)
Creates an instance of SignedIdentifiersWrapper.
|
SignedIdentifierWrapper(List<SignedIdentifier> signedIdentifier)
Creates an instance of SignedIdentifierWrapper.
|
Modifier and Type | Method and Description |
---|---|
SignedIdentifier |
SignedIdentifier.withAccessPolicy(AccessPolicy accessPolicy)
Set the accessPolicy value.
|
SignedIdentifier |
SignedIdentifier.withId(String id)
Set the id value.
|
Modifier and Type | Method and Description |
---|---|
List<SignedIdentifier> |
ContainerGetAccessPolicyResponse.body() |
Constructor and Description |
---|
ContainerGetAccessPolicyResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
ContainerGetAccessPolicyHeaders headers,
Map<String,String> rawHeaders,
List<SignedIdentifier> body)
Creates an instance of ContainerGetAccessPolicyResponse.
|
This documentation was released into the public domain.