Package | Description |
---|---|
com.amazonaws.s3.model |
Modifier and Type | Method and Description |
---|---|
static ObjectOwnership |
ObjectOwnership.fromValue(String value) |
ObjectOwnership |
OwnershipControlsRule.objectOwnership() |
ObjectOwnership |
OwnershipControlsRule.BuilderImpl.objectOwnership() |
static ObjectOwnership |
ObjectOwnership.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectOwnership[] |
ObjectOwnership.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<ObjectOwnership> |
ObjectOwnership.knownValues() |
Modifier and Type | Method and Description |
---|---|
OwnershipControlsRule.Builder |
OwnershipControlsRule.Builder.objectOwnership(ObjectOwnership objectOwnership) |
OwnershipControlsRule.Builder |
OwnershipControlsRule.BuilderImpl.objectOwnership(ObjectOwnership objectOwnership) |
Copyright © 2021. All rights reserved.