Uses of Enum
software.amazon.awssdk.services.s3.model.ObjectOwnership
Packages that use ObjectOwnership
-
Uses of ObjectOwnership in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectOwnershipModifier and TypeMethodDescriptionstatic ObjectOwnershipUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ObjectOwnershipCreateBucketRequest.objectOwnership()Returns the value of the ObjectOwnership property for this object.final ObjectOwnershipOwnershipControlsRule.objectOwnership()Returns the value of the ObjectOwnership property for this object.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.awssdk.services.s3.model that return types with arguments of type ObjectOwnershipMethods in software.amazon.awssdk.services.s3.model with parameters of type ObjectOwnershipModifier and TypeMethodDescriptionCreateBucketRequest.Builder.objectOwnership(ObjectOwnership objectOwnership) Sets the value of the ObjectOwnership property for this object.OwnershipControlsRule.Builder.objectOwnership(ObjectOwnership objectOwnership) Sets the value of the ObjectOwnership property for this object.