- WebResponse - Interface in com.spectralogic.ds3client.networking
-
Ds3 abstraction for a WebResponse.
- withBufferSize(int) - Method in class com.spectralogic.ds3client.Ds3ClientBuilder
-
- withByteRange(GetObjectRequest.Range) - Method in class com.spectralogic.ds3client.commands.GetObjectRequest
-
Sets a Range of bytes that should be retrieved from the object.
- withCertificateVerification(boolean) - Method in class com.spectralogic.ds3client.Ds3ClientBuilder
-
Specifies if the library should perform SSL certificate validation.
- withChecksum(Checksum) - Method in class com.spectralogic.ds3client.commands.PutObjectRequest
-
- withChunkOrdering(ChunkClientProcessingOrderGuarantee) - Method in class com.spectralogic.ds3client.commands.BulkGetRequest
-
- withDefaultGetJobPriority(Priority) - Method in class com.spectralogic.ds3client.commands.PutBucketRequest
-
- withDefaultPutJobPriority(Priority) - Method in class com.spectralogic.ds3client.commands.PutBucketRequest
-
- withDefaultWriteOptimization(WriteOptimization) - Method in class com.spectralogic.ds3client.commands.PutBucketRequest
-
- withDelimiter(String) - Method in class com.spectralogic.ds3client.commands.GetBucketRequest
-
- withHttps(boolean) - Method in class com.spectralogic.ds3client.Ds3ClientBuilder
-
Specifies if the library should use HTTP or HTTPS.
- withMaxKeys(int) - Method in class com.spectralogic.ds3client.commands.GetBucketRequest
-
Limit how many objects will be returned in a request before pagination is enforced.
- withMaxParallelRequests(int) - Method in interface com.spectralogic.ds3client.helpers.Ds3ClientHelpers.Job
-
Sets the maximum number of requests to execute at a time when fulfilling the job.
- withNextMarker(String) - Method in class com.spectralogic.ds3client.commands.GetBucketRequest
-
If a GetBucketRequest has been paginated this method is used to get the next set of objects.
- withPrefix(String) - Method in class com.spectralogic.ds3client.commands.GetBucketRequest
-
Use the prefix method for getting a list of 'directories' without getting the objects within that directory.
- withPriority(Priority) - Method in class com.spectralogic.ds3client.commands.BulkGetRequest
-
- withPriority(Priority) - Method in class com.spectralogic.ds3client.commands.BulkPutRequest
-
- withPriority(Priority) - Method in class com.spectralogic.ds3client.helpers.options.ReadJobOptions
-
- withPriority(Priority) - Method in class com.spectralogic.ds3client.helpers.options.WriteJobOptions
-
- withProxy(String) - Method in class com.spectralogic.ds3client.Ds3ClientBuilder
-
Sets a HTTP proxy.
- withRedirectRetries(int) - Method in class com.spectralogic.ds3client.Ds3ClientBuilder
-
Sets the number of retries the library will attempt to perform when it receives 307 redirects from a
DS3 appliance.
- withWriteOptimization(WriteOptimization) - Method in class com.spectralogic.ds3client.commands.BulkGetRequest
-
- withWriteOptimization(WriteOptimization) - Method in class com.spectralogic.ds3client.commands.BulkPutRequest
-
- withWriteOptimization(WriteOptimization) - Method in class com.spectralogic.ds3client.helpers.options.WriteJobOptions
-
- wrap(Ds3Client) - Static method in class com.spectralogic.ds3client.helpers.Ds3ClientHelpers
-
Wraps the given Ds3ClientImpl
with helper methods.
- WriteJobOptions - Class in com.spectralogic.ds3client.helpers.options
-
- WriteOptimization - Enum in com.spectralogic.ds3client.models.bulk
-
- writeTo(OutputStream) - Method in class com.spectralogic.ds3client.Ds3InputStreamEntity
-