Interface | Description |
---|---|
NettyRestUtils.RestCallable<T> |
An interface representing a callable.
|
Class | Description |
---|---|
ChunkedEncodingInputStream |
This input stream decodes an
aws-chunked encoded input stream into its original form. |
CopyObjectResult |
Result of an S3 Copy.
|
DeleteObjectsRequest |
Parsed version of a request to DeleteObjects.
|
DeleteObjectsRequest.DeleteObject |
Inner POJO representing an object to delete in the S3 API.
|
DeleteObjectsResult |
An object representing the response to a DeleteObjects request.
|
DeleteObjectsResult.DeletedObject |
An object representing Deleted result in DeleteObjects result.
|
DeleteObjectsResult.ErrorObject |
An object representing error result in DeleteObjects result.
|
ListAllMyBucketsResult |
Implementation of ListAllMyBucketsResult according to https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html.
|
ListAllMyBucketsResult.Bucket |
The Bucket object.
|
ListBucketOptions |
The options for list bucket operation.
|
ListBucketResult |
Get bucket result defined in https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html
It will be encoded into an XML string to be returned as a response for the REST call.
|
ListBucketResult.CommonPrefix |
Common Prefixes list placeholder object.
|
ListBucketResult.Content |
Object metadata class.
|
MultiChunkEncodingInputStream |
This input stream decodes a set of
aws-chunked encoded input content buffer into its
original form. |
NettyRestUtils |
Utilities for handling S3 REST calls.
|
S3AuditContext |
An audit context for s3 rest service.
|
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 . |
S3ErrorResponse |
Utilities for creating HTTP Responses for the S3 API.
|
S3RangeSpec |
This class is Range Spec for Amazon S3 API.
|
S3RangeSpec.Factory |
Factory for
S3RangeSpec . |
TaggingData |
Parsed version of the S3 tagging XML.
|
Enum | Description |
---|---|
S3Constants.Directive |
Directive specifies whether metadata/tag-set are copied from the source object
or replaced with metadata/tag-set provided in the request.
|
Exception | Description |
---|---|
S3Exception |
An exception thrown during processing S3 REST requests.
|
Copyright © 2023. All Rights Reserved.