Uses of Enum
software.amazon.awscdk.services.s3.ObjectOwnership
Packages that use ObjectOwnership
-
Uses of ObjectOwnership in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 that return ObjectOwnershipModifier and TypeMethodDescriptionprotected ObjectOwnershipBucketBase.getObjectOwnership()default ObjectOwnershipBucketProps.getObjectOwnership()The objectOwnership of the bucket.final ObjectOwnershipBucketProps.Jsii$Proxy.getObjectOwnership()static ObjectOwnershipReturns 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.Methods in software.amazon.awscdk.services.s3 with parameters of type ObjectOwnershipModifier and TypeMethodDescriptionBucket.Builder.objectOwnership(ObjectOwnership objectOwnership) The objectOwnership of the bucket.BucketProps.Builder.objectOwnership(ObjectOwnership objectOwnership) Sets the value ofBucketProps.getObjectOwnership()protected voidBucketBase.setObjectOwnership(ObjectOwnership value)