Package | Description |
---|---|
com.amazonaws.s3.model |
Modifier and Type | Method and Description |
---|---|
static ObjectLockEnabled |
ObjectLockEnabled.fromValue(String value) |
ObjectLockEnabled |
ObjectLockConfiguration.objectLockEnabled() |
ObjectLockEnabled |
ObjectLockConfiguration.BuilderImpl.objectLockEnabled() |
static ObjectLockEnabled |
ObjectLockEnabled.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectLockEnabled[] |
ObjectLockEnabled.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<ObjectLockEnabled> |
ObjectLockEnabled.knownValues() |
Modifier and Type | Method and Description |
---|---|
ObjectLockConfiguration.Builder |
ObjectLockConfiguration.Builder.objectLockEnabled(ObjectLockEnabled objectLockEnabled) |
ObjectLockConfiguration.Builder |
ObjectLockConfiguration.BuilderImpl.objectLockEnabled(ObjectLockEnabled objectLockEnabled) |
Copyright © 2021. All rights reserved.