Uses of Class
software.amazon.awssdk.services.s3.model.ServerSideEncryptionRule
Packages that use ServerSideEncryptionRule
-
Uses of ServerSideEncryptionRule in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ServerSideEncryptionRuleModifier and TypeMethodDescriptionfinal List<ServerSideEncryptionRule>ServerSideEncryptionConfiguration.rules()Container for information about a particular server-side encryption configuration rule.Methods in software.amazon.awssdk.services.s3.model with parameters of type ServerSideEncryptionRuleModifier and TypeMethodDescriptionServerSideEncryptionConfiguration.Builder.rules(ServerSideEncryptionRule... rules) Container for information about a particular server-side encryption configuration rule.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ServerSideEncryptionRuleModifier and TypeMethodDescriptionServerSideEncryptionConfiguration.Builder.rules(Collection<ServerSideEncryptionRule> rules) Container for information about a particular server-side encryption configuration rule.