Uses of Class
software.amazon.awssdk.services.s3.model.OwnershipControlsRule
Packages that use OwnershipControlsRule
-
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 OwnershipControlsRuleModifier and TypeMethodDescriptionfinal List<OwnershipControlsRule>OwnershipControls.rules()The container element for an ownership control rule.Methods in software.amazon.awssdk.services.s3.model with parameters of type OwnershipControlsRuleModifier and TypeMethodDescriptionOwnershipControls.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 OwnershipControlsRuleModifier and TypeMethodDescriptionOwnershipControls.Builder.rules(Collection<OwnershipControlsRule> rules) The container element for an ownership control rule.