Package | Description |
---|---|
com.netease.cloud.services.nos | |
com.netease.cloud.services.nos.internal | |
com.netease.cloud.services.nos.model |
Classes modeling the various types represented by Nos.
|
com.netease.cloud.services.nos.model.transform | |
com.netease.cloud.services.nos.transfer | |
com.netease.cloud.services.nos.transfer.internal |
Class and Description |
---|
AbortMultipartUploadRequest
The AbortMultipartUploadRequest contains the parameters used for the
AbortMultipartUpload method.
|
Bucket
Represents an Nos bucket.
|
BucketLifecycleConfiguration
Container for bucket lifecycle configuration operations.
|
CannedAccessControlList
Specifies constants defining a canned access control list.
|
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.
|
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) . |
GeneratePresignedUrlRequest
Contains options to genearate a pre-signed URL for an resource.
|
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.
|
GetBucketLocationRequest
Provides options for requesting an Nos bucket's location.
|
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.
|
MultipartUploadListing
The ListMultipartUploadsResponse contains all the information about the
ListMultipartUploads method.
|
NOSObject
Represents an object stored in Nos.
|
ObjectListing
Contains the results of listing the objects in an Nos bucket.
|
ObjectMetadata
Represents the object metadata that is stored with Nos.
|
PartListing
The ListPartsResponse contains all the information about the ListParts
method.
|
PutBucketDefault404Request |
PutObjectRequest
Uploads a new object to the specified Nos bucket.
|
PutObjectResult
Contains the data returned by Nos from the
putObject
operation. |
Region
Specifies constants that define Nos Regions.
|
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.
|
Class and Description |
---|
CannedAccessControlList
Specifies constants defining a canned access control list.
|
DeleteObjectsResult.DeletedObject
A successfully deleted object.
|
MultiObjectDeleteException.DeleteError
An error that occurred when deleting an object.
|
NOSObject
Represents an object stored in Nos.
|
ObjectMetadata
Represents the object metadata that is stored with Nos.
|
ProgressListener
Listener interface for transfer progress events.
|
Class and Description |
---|
AbortMultipartUploadRequest
The AbortMultipartUploadRequest contains the parameters used for the
AbortMultipartUpload method.
|
BucketLifecycleConfiguration
Container for bucket lifecycle configuration operations.
|
BucketLifecycleConfiguration.Rule |
CannedAccessControlList
Specifies constants defining a canned access control list.
|
CompleteMultipartUploadRequest
Container for the parameters of the CompleteMultipartUpload operation.
|
CopyObjectRequest
Provides options for copying an Nos object from a source location to a new
destination.
|
CreateBucketRequest
Provides options for creating an 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.DeletedObject
A successfully deleted object.
|
GeneratePresignedUrlRequest
Contains options to genearate a pre-signed URL for an resource.
|
GetBucketLocationRequest
Provides options for requesting an Nos bucket's location.
|
GetObjectMetadataRequest
Provides options for obtaining the metadata for the specified object without
actually fetching the object contents.
|
GetObjectRequest
Provides options for downloading an object.
|
InitiateMultipartUploadRequest
The InitiateMultipartUploadRequest contains the parameters used for the
InitiateMultipartUpload method.
|
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.
|
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.
|
NOSException
Provides an extension of the ServiceException for errors reported by Nos
while processing a request.
|
NOSObjectInputStream
Input stream representing the content of an
NOSObject . |
NOSObjectSummary
Contains the summary of an object stored 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.
|
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.
|
ProgressListener
Listener interface for transfer progress events.
|
PutObjectRequest
Uploads a new object to the specified Nos bucket.
|
Region
Specifies constants that define Nos Regions.
|
ResponseHeaderOverrides
Container object for overriding headers on a
GetObjectRequest or
GeneratePresignedUrlRequest response. |
SetBucketLifecycleConfigurationRequest |
StorageClass
Specifies constants that define Nos storage classes.
|
UploadPartRequest
Contains the parameters used for the UploadPart operation on Nos.
|
UploadPartResult
Contains the details returned from Nos after calling the UploadPart
operation.
|
Class and Description |
---|
Bucket
Represents an Nos bucket.
|
BucketLifecycleConfiguration
Container for bucket lifecycle configuration operations.
|
CompleteMultipartUploadResult
The CompleteMultipartUploadResult contains all the information about the
CompleteMultipartUpload method.
|
GetBucketDefault404Result
Contain the return data of Get bucket default 404 operation.
|
GetBucketStatsResult |
InitiateMultipartUploadResult
Contains the results of initiating a multipart upload, particularly the
unique ID of the new multipart upload.
|
MultipartUploadListing
The ListMultipartUploadsResponse contains all the information about the
ListMultipartUploads method.
|
NOSException
Provides an extension of the ServiceException for errors reported by Nos
while processing a request.
|
ObjectListing
Contains the results of listing the objects in an Nos bucket.
|
Owner
Represents the owner of an Nos bucket.
|
PartListing
The ListPartsResponse contains all the information about the ListParts
method.
|
Class and Description |
---|
GetObjectRequest
Provides options for downloading an object.
|
ObjectMetadata
Represents the object metadata that is stored with Nos.
|
ProgressListener
Listener interface for transfer progress events.
|
PutObjectRequest
Uploads a new object to the specified Nos bucket.
|
Class and Description |
---|
NOSObject
Represents an object stored in Nos.
|
ObjectMetadata
Represents the object metadata that is stored with Nos.
|
PartETag
Container for the part number and ETag of an uploaded part.
|
ProgressEvent
Notification of a progress change on an Nos transfer.
|
ProgressListener
Listener interface for transfer progress events.
|
PutObjectRequest
Uploads a new object to the specified Nos bucket.
|
UploadPartRequest
Contains the parameters used for the UploadPart operation on Nos.
|
Copyright © 2017. All Rights Reserved.