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 |
---|---|
DeleteObjectsResult |
Nos.deleteObjects(DeleteObjectsRequest deleteObjectsRequest)
Deletes multiple objects in a single bucket from NOS.
|
DeleteObjectsResult |
NosClient.deleteObjects(DeleteObjectsRequest deleteObjectsRequest) |
Modifier and Type | Method and Description |
---|---|
DeleteObjectsRequest |
DeleteObjectsRequest.withBucketName(String bucketName)
Sets the name of the bucket containing the object(s) to delete and
returns this object, enabling additional method calls to be chained
together.
|
DeleteObjectsRequest |
DeleteObjectsRequest.withKeys(List<String> keys)
Sets the list of keys to delete from this bucket, clearing any existing
list of keys.
|
DeleteObjectsRequest |
DeleteObjectsRequest.withKeys(String... keys)
Convenience method to specify a set of keys without versions.
|
DeleteObjectsRequest |
DeleteObjectsRequest.withQuiet(boolean quiet)
Sets the quiet element for this request.
|
Copyright © 2017. All Rights Reserved.