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.deleteObject(DeleteObjectRequest deleteObjectRequest)
Deletes the specified object in the specified bucket.
|
void |
NosClient.deleteObject(DeleteObjectRequest deleteObjectRequest) |
Modifier and Type | Method and Description |
---|---|
DeleteObjectRequest |
DeleteObjectRequest.withBucketName(String bucketName)
Sets the name of the bucket containing the object to delete and returns
this object, enabling additional method calls to be chained together.
|
DeleteObjectRequest |
DeleteObjectRequest.withKey(String key)
Sets the key of the object to delete and returns this object, enabling
additional method calls to be chained together.
|
Copyright © 2017. All Rights Reserved.