Package | Description |
---|---|
com.netease.cloud.services.nos | |
com.netease.cloud.services.nos.model |
Classes modeling the various types represented by Nos.
|
Modifier and Type | Method and Description |
---|---|
void |
Nos.moveObject(MoveObjectRequest moveObjectRequest)
move a source object to a new destination in NOS.
|
void |
NosClient.moveObject(MoveObjectRequest moveObjectRequest) |
Modifier and Type | Method and Description |
---|---|
MoveObjectRequest |
MoveObjectRequest.withDestinationBucketName(String destinationBucketName)
Sets the name of the destination bucket which will contain the new,
copied object and returns this object, enabling additional method calls
to be chained together.
|
MoveObjectRequest |
MoveObjectRequest.withDestinationKey(String destinationKey)
Sets the destination bucket key under which the new, copied object will
be stored and returns this object, enabling additional method calls can
be chained together.
|
MoveObjectRequest |
MoveObjectRequest.withSourceBucketName(String sourceBucketName)
Sets the name of the bucket containing the source object to be copied,
and returns this object, enabling additional method calls to be chained
together.
|
MoveObjectRequest |
MoveObjectRequest.withSourceKey(String sourceKey)
Sets the key in the source bucket under which the source object to be
copied is stored and returns this object, enabling additional method
calls to be chained together.
|
Copyright © 2017. All Rights Reserved.