Uses of Class
org.jclouds.http.options.GetOptions
Packages that use GetOptions
Package
Description
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService
commands.-
Uses of GetOptions in org.jclouds.atmos
Methods in org.jclouds.atmos with parameters of type GetOptions -
Uses of GetOptions in org.jclouds.azureblob
Methods in org.jclouds.azureblob with parameters of type GetOptionsModifier and TypeMethodDescriptionAzureBlobClient.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 -
Uses of GetOptions in org.jclouds.b2.features
Methods in org.jclouds.b2.features with parameters of type GetOptionsModifier and TypeMethodDescriptionObjectApi.downloadFileById
(String fileId, GetOptions options) ObjectApi.downloadFileByName
(String bucketName, String fileName, GetOptions options) -
Uses of GetOptions in org.jclouds.blobstore.functions
Methods in org.jclouds.blobstore.functions that return GetOptionsMethods in org.jclouds.blobstore.functions with parameters of type GetOptions -
Uses of GetOptions in org.jclouds.googlecloudstorage.options
Subclasses of GetOptions in org.jclouds.googlecloudstorage.optionsModifier and TypeClassDescriptionclass
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 GetOptionsMethods in org.jclouds.http.options that return GetOptionsModifier and TypeMethodDescriptionstatic GetOptions
GetOptions.Builder.ifETagDoesntMatch
(String eTag) GetOptions.ifETagDoesntMatch
(String eTag) The object should not have a eTag hash corresponding with the parametereTag
.static GetOptions
GetOptions.Builder.ifETagMatches
(String eTag) GetOptions.ifETagMatches
(String eTag) The object's eTag hash should match the parametereTag
.static GetOptions
GetOptions.Builder.ifModifiedSince
(Date ifModifiedSince) GetOptions.ifModifiedSince
(Date ifModifiedSince) Only return the object if it has changed since this time.static GetOptions
GetOptions.Builder.ifUnmodifiedSince
(Date ifUnmodifiedSince) 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.range
(long start, long end) download the specified range of the object.static GetOptions
GetOptions.Builder.startAt
(long start) GetOptions.startAt
(long start) download the object offset atstart
static GetOptions
GetOptions.Builder.tail
(long count) 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 GetOptionsModifier and TypeMethodDescriptionObjectApi.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 GetOptionsModifier and TypeMethodDescriptionS3Client.getObject
(String bucketName, String key, GetOptions... options) Retrieves the S3Object associated with the Key or KeyNotFoundException if not available;