Uses of Class
org.jclouds.http.options.GetOptions
-
Packages that use GetOptions Package Description org.jclouds.atmos org.jclouds.azureblob org.jclouds.azureblob.blobstore org.jclouds.b2.features org.jclouds.blobstore.functions org.jclouds.googlecloudstorage.options org.jclouds.http.options org.jclouds.openstack.swift.v1.features org.jclouds.s3 This package contains an Amazon S3 client implemented byHttpCommandExecutorService
commands. -
-
Uses of GetOptions in org.jclouds.atmos
Methods in org.jclouds.atmos with parameters of type GetOptions Modifier and Type Method Description AtmosObject
AtmosClient. readFile(String path, GetOptions... options)
-
Uses of GetOptions in org.jclouds.azureblob
Methods in org.jclouds.azureblob with parameters of type GetOptions Modifier and Type Method Description AzureBlob
AzureBlobClient. getBlob(String container, String name, GetOptions... options)
The Get Blob operation reads or downloads a blob from the system, including its metadata and properties. -
Uses of GetOptions in org.jclouds.azureblob.blobstore
Methods in org.jclouds.azureblob.blobstore with parameters of type GetOptions Modifier and Type Method Description HttpRequest
AzureBlobRequestSigner. sign(String method, String container, String name, GetOptions options, long expires, Long contentLength, String contentType)
modified sign() method, which acts depending on the Auth input. -
Uses of GetOptions in org.jclouds.b2.features
Methods in org.jclouds.b2.features with parameters of type GetOptions Modifier and Type Method Description B2Object
ObjectApi. downloadFileById(String fileId, GetOptions options)
B2Object
ObjectApi. downloadFileByName(String bucketName, String fileName, GetOptions options)
-
Uses of GetOptions in org.jclouds.blobstore.functions
Methods in org.jclouds.blobstore.functions that return GetOptions Modifier and Type Method Description GetOptions
BlobToHttpGetOptions. apply(GetOptions from)
Methods in org.jclouds.blobstore.functions with parameters of type GetOptions Modifier and Type Method Description GetOptions
HttpGetOptionsListToGetOptions. apply(GetOptions[] from)
-
Uses of GetOptions in org.jclouds.googlecloudstorage.options
Subclasses of GetOptions in org.jclouds.googlecloudstorage.options Modifier and Type Class Description class
GetObjectOptions
Allows to optionally specify generation, ifGenerationMatch, ifGenerationNotMatch, ifMetagenerationMatch, ifMetagenerationNotMatch and projection, in addition to the values inGetOptions
. -
Uses of GetOptions in org.jclouds.http.options
Fields in org.jclouds.http.options declared as GetOptions Modifier and Type Field Description static GetOptions
GetOptions. NONE
Methods in org.jclouds.http.options that return GetOptions Modifier and Type Method Description static GetOptions
GetOptions.Builder. ifETagDoesntMatch(String eTag)
GetOptions
GetOptions. ifETagDoesntMatch(String eTag)
The object should not have a eTag hash corresponding with the parametereTag
.static GetOptions
GetOptions.Builder. ifETagMatches(String eTag)
GetOptions
GetOptions. ifETagMatches(String eTag)
The object's eTag hash should match the parametereTag
.static GetOptions
GetOptions.Builder. ifModifiedSince(Date ifModifiedSince)
GetOptions
GetOptions. ifModifiedSince(Date ifModifiedSince)
Only return the object if it has changed since this time.static GetOptions
GetOptions.Builder. ifUnmodifiedSince(Date ifUnmodifiedSince)
GetOptions
GetOptions. ifUnmodifiedSince(Date ifUnmodifiedSince)
Only return the object if it hasn't changed since this time.static GetOptions
GetOptions.Builder. range(long start, long end)
GetOptions
GetOptions. range(long start, long end)
download the specified range of the object.static GetOptions
GetOptions.Builder. startAt(long start)
GetOptions
GetOptions. startAt(long start)
download the object offset atstart
static GetOptions
GetOptions.Builder. tail(long count)
GetOptions
GetOptions. tail(long count)
download the lastcount
bytes of the object -
Uses of GetOptions in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features with parameters of type GetOptions Modifier and Type Method Description SwiftObject
ObjectApi. get(String objectName, GetOptions options)
Gets theSwiftObject
including itsbody
. -
Uses of GetOptions in org.jclouds.s3
Methods in org.jclouds.s3 with parameters of type GetOptions Modifier and Type Method Description S3Object
S3Client. getObject(String bucketName, String key, GetOptions... options)
Retrieves the S3Object associated with the Key or KeyNotFoundException if not available;
-