Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
TransitionDefaultMinimumObjectSize |
BucketLifecycleConfiguration.getTransitionDefaultMinimumObjectSize()
Returns the transition default minimum object size of this configuration.
|
static TransitionDefaultMinimumObjectSize |
TransitionDefaultMinimumObjectSize.parseTransitionDefaultMinimumObjectSize(String str) |
static TransitionDefaultMinimumObjectSize |
TransitionDefaultMinimumObjectSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitionDefaultMinimumObjectSize[] |
TransitionDefaultMinimumObjectSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BucketLifecycleConfiguration.setTransitionDefaultMinimumObjectSize(TransitionDefaultMinimumObjectSize transitionDefaultMinimumObjectSize)
Sets the transition default minimum object size of this configuration.
|
BucketLifecycleConfiguration |
BucketLifecycleConfiguration.withTransitionDefaultMinimumObjectSize(TransitionDefaultMinimumObjectSize transitionDefaultMinimumObjectSize)
Sets the transition default minimum object size of this configuration and returns a reference to this object
for easy method chaining.
|
Copyright © 2025. All rights reserved.