Uses of Enum
software.amazon.awscdk.services.s3.ObjectOwnership
-
Uses of ObjectOwnership in software.amazon.awscdk.services.s3
Modifier and TypeMethodDescriptiondefault ObjectOwnership
BucketProps.getObjectOwnership()
The objectOwnership of the bucket.final ObjectOwnership
BucketProps.Jsii$Proxy.getObjectOwnership()
static ObjectOwnership
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 TypeMethodDescriptionBucket.Builder.objectOwnership
(ObjectOwnership objectOwnership) The objectOwnership of the bucket.BucketProps.Builder.objectOwnership
(ObjectOwnership objectOwnership) Sets the value ofBucketProps.getObjectOwnership()