Package | Description |
---|---|
com.netease.cloud.services.nos | |
com.netease.cloud.services.nos.model |
Classes modeling the various types represented by Nos.
|
com.netease.cloud.services.nos.model.transform |
Modifier and Type | Method and Description |
---|---|
BucketLifecycleConfiguration |
Nos.getBucketLifecycleConfiguration(String bucketName)
Gets the lifecycle configuration for the specified bucket.
|
BucketLifecycleConfiguration |
NosClient.getBucketLifecycleConfiguration(String bucketName) |
Modifier and Type | Method and Description |
---|---|
void |
Nos.setBucketLifecycleConfiguration(String bucketName,
BucketLifecycleConfiguration bucketLifecycleConfiguration)
Sets the lifecycle configuration for the specified bucket.
|
void |
NosClient.setBucketLifecycleConfiguration(String bucketName,
BucketLifecycleConfiguration bucketLifecycleConfiguration) |
Modifier and Type | Method and Description |
---|---|
BucketLifecycleConfiguration |
SetBucketLifecycleConfigurationRequest.getLifecycleConfiguration()
Gets the new lifecycle configuration for the specified bucket.
|
BucketLifecycleConfiguration |
BucketLifecycleConfiguration.withRules(BucketLifecycleConfiguration.Rule... rules)
Convenience array style method for
withRules(List) |
BucketLifecycleConfiguration |
BucketLifecycleConfiguration.withRules(List<BucketLifecycleConfiguration.Rule> rules)
Sets the rules that comprise this configuration and returns a reference
to this object for easy method chaining.
|
Modifier and Type | Method and Description |
---|---|
void |
SetBucketLifecycleConfigurationRequest.setLifecycleConfiguration(BucketLifecycleConfiguration lifecycleConfiguration)
Sets the new lifecycle configuration for the specified bucket.
|
SetBucketLifecycleConfigurationRequest |
SetBucketLifecycleConfigurationRequest.withLifecycleConfiguration(BucketLifecycleConfiguration lifecycleConfiguration)
Sets the new lifecycle configuration for the specified bucket and
returns this object, enabling additional method calls to be chained
together.
|
Constructor and Description |
---|
SetBucketLifecycleConfigurationRequest(String bucketName,
BucketLifecycleConfiguration lifecycleConfiguration)
Constructs a new
SetBucketLifecycleConfigurationRequest
to set the bucket lifecycle configuration of
the specified bucket. |
Modifier and Type | Method and Description |
---|---|
BucketLifecycleConfiguration |
XmlResponsesSaxParser.BucketLifecycleConfigurationHandler.getConfiguration() |
BucketLifecycleConfiguration |
Unmarshallers.BucketLifecycleConfigurationUnmarshaller.unmarshall(InputStream in) |
Copyright © 2017. All Rights Reserved.