Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
ObjectLockConfiguration |
SetObjectLockConfigurationRequest.getObjectLockConfiguration()
The Object Lock configuration that you want to apply to the specified bucket.
|
ObjectLockConfiguration |
GetObjectLockConfigurationResult.getObjectLockConfiguration()
The specified bucket's Object Lock configuration.
|
ObjectLockConfiguration |
ObjectLockConfiguration.withObjectLockEnabled(ObjectLockEnabled objectLockEnabled)
Indicates whether this object has an Object Lock configuration enabled.
|
ObjectLockConfiguration |
ObjectLockConfiguration.withObjectLockEnabled(String objectLockEnabled)
Indicates whether this object has an Object Lock configuration enabled.
|
ObjectLockConfiguration |
ObjectLockConfiguration.withRule(ObjectLockRule rule)
The Object Lock rule in place for the specified object.
|
Modifier and Type | Method and Description |
---|---|
void |
SetObjectLockConfigurationRequest.setObjectLockConfiguration(ObjectLockConfiguration objectLockConfiguration)
The Object Lock configuration that you want to apply to the specified bucket.
|
void |
GetObjectLockConfigurationResult.setObjectLockConfiguration(ObjectLockConfiguration objectLockConfiguration)
The specified bucket's Object Lock configuration.
|
SetObjectLockConfigurationRequest |
SetObjectLockConfigurationRequest.withObjectLockConfiguration(ObjectLockConfiguration objectLockConfiguration)
The Object Lock configuration that you want to apply to the specified bucket.
|
GetObjectLockConfigurationResult |
GetObjectLockConfigurationResult.withObjectLockConfiguration(ObjectLockConfiguration objectLockConfiguration)
The specified bucket's Object Lock configuration.
|
Copyright © 2020. All rights reserved.