Uses of Class
software.amazon.awssdk.services.s3.model.ObjectOwnership
-
Packages that use ObjectOwnership Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ObjectOwnership in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectOwnership Modifier and Type Method Description static ObjectOwnershipObjectOwnership. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ObjectOwnershipCreateBucketRequest. objectOwnership()Returns the value of the ObjectOwnership property for this object.ObjectOwnershipOwnershipControlsRule. objectOwnership()Returns the value of the ObjectOwnership property for this object.static ObjectOwnershipObjectOwnership. 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.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectOwnership Modifier and Type Method Description static Set<ObjectOwnership>ObjectOwnership. knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectOwnership Modifier and Type Method Description CreateBucketRequest.BuilderCreateBucketRequest.Builder. objectOwnership(ObjectOwnership objectOwnership)Sets the value of the ObjectOwnership property for this object.OwnershipControlsRule.BuilderOwnershipControlsRule.Builder. objectOwnership(ObjectOwnership objectOwnership)Sets the value of the ObjectOwnership property for this object.
-