Uses of Class
software.amazon.awssdk.services.s3.model.OwnershipControlsRule
-
Packages that use OwnershipControlsRule Package Description software.amazon.awssdk.services.s3.model -
-
Uses of OwnershipControlsRule in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type OwnershipControlsRule Modifier and Type Method Description List<OwnershipControlsRule>OwnershipControls. rules()The container element for an ownership control rule.Methods in software.amazon.awssdk.services.s3.model with parameters of type OwnershipControlsRule Modifier and Type Method Description OwnershipControls.BuilderOwnershipControls.Builder. rules(OwnershipControlsRule... rules)The container element for an ownership control rule.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type OwnershipControlsRule Modifier and Type Method Description OwnershipControls.BuilderOwnershipControls.Builder. rules(Collection<OwnershipControlsRule> rules)The container element for an ownership control rule.
-