Package | Description |
---|---|
com.netease.cloud.services.nos.model |
Classes modeling the various types represented by Nos.
|
Modifier and Type | Method and Description |
---|---|
static StorageClass |
StorageClass.fromValue(String NosStorageClassString)
Returns the Nos
StorageClass enumeration value representing the
specified Nos StorageClass ID string. |
StorageClass |
InitiateMultipartUploadRequest.getStorageClass()
Returns the optional storage class to use when storing this upload's data
in nos.
|
static StorageClass |
StorageClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageClass[] |
StorageClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CopyObjectRequest.setStorageClass(StorageClass storageClass)
Sets the optional Nos storage class to use when storing the newly copied
object.
|
void |
InitiateMultipartUploadRequest.setStorageClass(StorageClass storageClass)
Sets the optional storage class to use when storing this upload's data in
Nos.
|
void |
PutObjectRequest.setStorageClass(StorageClass storageClass)
Sets the optional Nos storage class to use when storing the new object.
|
CopyObjectRequest |
CopyObjectRequest.withStorageClass(StorageClass storageClass)
Sets the optional Nos storage class to use when storing the newly copied
object and returns this CopyObjectRequest, enabling additional method
calls to be chained together.
|
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withStorageClass(StorageClass storageClass)
Sets the optional storage class to use when storing this upload's data in
Nos.
|
PutObjectRequest |
PutObjectRequest.withStorageClass(StorageClass storageClass)
Sets the optional Nos storage class to use when storing the new object.
|
Copyright © 2017. All Rights Reserved.