|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetObjectRequest | |
---|---|
com.amazonaws.services.s3 | Synchronous client for accessing Amazon S3. |
com.amazonaws.services.s3.model | Classes modeling the various types represented by Amazon S3. |
Uses of GetObjectRequest in com.amazonaws.services.s3 |
---|
Methods in com.amazonaws.services.s3 with parameters of type GetObjectRequest | |
---|---|
S3Object |
AmazonS3.getObject(GetObjectRequest getObjectRequest)
Gets the object stored in Amazon S3 under the specified bucket and key. |
S3Object |
AmazonS3Client.getObject(GetObjectRequest getObjectRequest)
|
ObjectMetadata |
AmazonS3.getObject(GetObjectRequest getObjectRequest,
File destinationFile)
Gets the object metadata for the object stored in Amazon S3 under the specified bucket and key, and saves the object contents to the specified file. |
ObjectMetadata |
AmazonS3Client.getObject(GetObjectRequest getObjectRequest,
File destinationFile)
|
Uses of GetObjectRequest in com.amazonaws.services.s3.model |
---|
Methods in com.amazonaws.services.s3.model that return GetObjectRequest | |
---|---|
GetObjectRequest |
GetObjectRequest.withBucketName(String bucketName)
Sets the name of the bucket containing the object to be downloaded, and returns this object so that additional method calls can be chained together. |
GetObjectRequest |
GetObjectRequest.withKey(String key)
Sets the key under which the object to be downloaded is stored, and returns this object so that additional method calls can be chained together. |
GetObjectRequest |
GetObjectRequest.withMatchingETagConstraint(String eTag)
Adds an single ETag constraint to this request, and returns this object so that additional method calls can be chained together. |
GetObjectRequest |
GetObjectRequest.withModifiedSinceConstraint(Date date)
Sets the optional modified since constraint that restricts this request to executing only if the object has been modified since the specified date. |
GetObjectRequest |
GetObjectRequest.withNonmatchingETagConstraint(String eTag)
Adds a single ETag constraint to this request, and returns this object so that additional method calls can be chained together. |
GetObjectRequest |
GetObjectRequest.withRange(long start,
long end)
Sets the optional byte range (inclusive) within the desired object that will be downloaded by this request, and this returns this request object so that additional method calls can be chained together. |
GetObjectRequest |
GetObjectRequest.withUnmodifiedSinceConstraint(Date date)
Sets the optional unmodified since constraint that restricts this request to executing only if the object has not been modified since the specified date, and returns this object so that additional method calls can be chained together. |
GetObjectRequest |
GetObjectRequest.withVersionId(String versionId)
Sets the optional version ID specifying which version of the object to download, and returns this object so that additional method calls can be chained together. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |