See: Description
Interface | Description |
---|---|
ProgressListener |
Listener interface for transfer progress events.
|
Class | Description |
---|---|
AbortMultipartUploadRequest |
The AbortMultipartUploadRequest contains the parameters used for the
AbortMultipartUpload method.
|
Bucket |
Represents an Nos bucket.
|
BucketLifecycleConfiguration |
Container for bucket lifecycle configuration operations.
|
BucketLifecycleConfiguration.Rule | |
CompleteMultipartUploadRequest |
Container for the parameters of the CompleteMultipartUpload operation.
|
CompleteMultipartUploadResult |
The CompleteMultipartUploadResult contains all the information about the
CompleteMultipartUpload method.
|
CopyObjectRequest |
Provides options for copying an Nos object from a source location to a new
destination.
|
CreateBucketRequest |
Provides options for creating an bucket.
|
DeleteBucketLifecycleConfigurationRequest | |
DeleteBucketRequest |
Provides options for deleting a specified bucket.
|
DeleteObjectRequest |
Provides options for deleting a specified object in a specified bucket.
|
DeleteObjectsRequest |
Provides options for deleting multiple objects in a specified bucket.
|
DeleteObjectsResult |
Successful response to
Nos.deleteObjects(DeleteObjectsRequest) . |
DeleteObjectsResult.DeletedObject |
A successfully deleted object.
|
GeneratePresignedUrlRequest |
Contains options to genearate a pre-signed URL for an resource.
|
GenericBucketRequest |
Generic request container for web service requests on buckets.
|
GetBucketAclRequest |
Request object containing all the options for requesting a bucket's Access
Control List (ACL).
|
GetBucketDefault404Request | |
GetBucketDefault404Result |
Contain the return data of Get bucket default 404 operation.
|
GetBucketLifecycleConfigurationRequest | |
GetBucketLocationRequest |
Provides options for requesting an Nos bucket's location.
|
GetBucketStatsRequest | |
GetBucketStatsResult | |
GetObjectMetadataRequest |
Provides options for obtaining the metadata for the specified object without
actually fetching the object contents.
|
GetObjectRequest |
Provides options for downloading an object.
|
HeadBucketRequest | |
InitiateMultipartUploadRequest |
The InitiateMultipartUploadRequest contains the parameters used for the
InitiateMultipartUpload method.
|
InitiateMultipartUploadResult |
Contains the results of initiating a multipart upload, particularly the
unique ID of the new multipart upload.
|
ListBucketsRequest |
Request object for listing all the Nos buckets owned by a user.
|
ListMultipartUploadsRequest |
Container for the parameters of the ListMultipartUploads operation.
|
ListObjectsRequest |
Contains options to return a list of summary information about the objects in
the specified bucket.
|
ListPartsRequest |
Container for the the parameters of the ListParts operation.
|
MediaSaveAsRequest | |
MoveObjectRequest |
Provides options for moving an Nos object from a source location to a new
destination.
|
MultiObjectDeleteException.DeleteError |
An error that occurred when deleting an object.
|
MultipartUpload |
A multipart upload is an upload to Nos that is creating by uploading
individual pieces of an object, then telling Nos to complete the multipart
upload and concatenate all the individual pieces together into a single
object.
|
MultipartUploadListing |
The ListMultipartUploadsResponse contains all the information about the
ListMultipartUploads method.
|
NOSObject |
Represents an object stored in Nos.
|
NOSObjectInputStream |
Input stream representing the content of an
NOSObject . |
NOSObjectSummary |
Contains the summary of an object stored in an Nos bucket.
|
ObjectListing |
Contains the results of listing the objects in an Nos bucket.
|
ObjectMetadata |
Represents the object metadata that is stored with Nos.
|
Owner |
Represents the owner of an Nos bucket.
|
PartETag |
Container for the part number and ETag of an uploaded part.
|
PartListing |
The ListPartsResponse contains all the information about the ListParts
method.
|
PartSummary |
Container for summary information about a part in a multipart upload, such as
part number, size, etc.
|
ProgressEvent |
Notification of a progress change on an Nos transfer.
|
PutBucketDefault404Request | |
PutObjectMetaRequest | |
PutObjectRequest |
Uploads a new object to the specified Nos bucket.
|
PutObjectResult |
Contains the data returned by Nos from the
putObject
operation. |
ResponseHeaderOverrides |
Container object for overriding headers on a
GetObjectRequest or
GeneratePresignedUrlRequest response. |
SetBucketAclRequest |
Request object containing all the options for setting a bucket's Access Control List (ACL).
|
SetBucketLifecycleConfigurationRequest | |
UploadPartRequest |
Contains the parameters used for the UploadPart operation on Nos.
|
UploadPartResult |
Contains the details returned from Nos after calling the UploadPart
operation.
|
Enum | Description |
---|---|
CannedAccessControlList |
Specifies constants defining a canned access control list.
|
Region |
Specifies constants that define Nos Regions.
|
StorageClass |
Specifies constants that define Nos storage classes.
|
Exception | Description |
---|---|
MultiObjectDeleteException |
Exception for partial or total failure of the multi-object delete API,
including the errors that occurred.
|
NOSException |
Provides an extension of the ServiceException for errors reported by Nos
while processing a request.
|
Copyright © 2017. All Rights Reserved.