Interface | Description |
---|---|
S3RestUtils.RestCallable<T> |
An interface representing a callable.
|
Class | Description |
---|---|
CompleteMultipartUploadResult |
Result returned after requests for completing a multipart upload.
|
InitiateMultipartUploadResult |
Result returned after requests for initiating a multipart upload.
|
ListBucketOptions |
The options for list bucket operation.
|
ListBucketResult |
Get bucket result defined in http://docs.aws.amazon.com/AmazonS3/latest/API/v2-RESTBucketGET.html
It will be encoded into an XML string to be returned as a response for the REST call.
|
ListPartsResult |
Result returned after requests for listing parts of a multipart upload.
|
ListPartsResult.Part |
Part contains metadata of a part of the object in multipart upload.
|
S3Constants |
Constants for S3 northbound API.
|
S3Error |
Error response defined in http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html.
|
S3ErrorCode |
Error codes defined in http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html with
API version 2006-03-01.
|
S3ErrorCode.Name |
Error code names used in
S3ErrorCode . |
S3RestServiceHandler |
This class is a REST handler for Amazon S3 API.
|
S3RestUtils |
Utilities for handling S3 REST calls.
|
Exception | Description |
---|---|
S3Exception |
An exception thrown during processing S3 REST requests.
|
Copyright © 2023. All Rights Reserved.