Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
ContainerGetAccessPolicyHeaders |
ContainerGetAccessPolicyResponse.headers() |
ContainerGetAccessPolicyHeaders |
ContainerGetAccessPolicyHeaders.withBlobPublicAccess(PublicAccessType blobPublicAccess)
Set the blobPublicAccess value.
|
ContainerGetAccessPolicyHeaders |
ContainerGetAccessPolicyHeaders.withDate(OffsetDateTime date)
Set the date value.
|
ContainerGetAccessPolicyHeaders |
ContainerGetAccessPolicyHeaders.withETag(String eTag)
Set the eTag value.
|
ContainerGetAccessPolicyHeaders |
ContainerGetAccessPolicyHeaders.withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
ContainerGetAccessPolicyHeaders |
ContainerGetAccessPolicyHeaders.withRequestId(String requestId)
Set the requestId value.
|
ContainerGetAccessPolicyHeaders |
ContainerGetAccessPolicyHeaders.withVersion(String version)
Set the version value.
|
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.