ServerSideEncryptionRule class

Specifies the default server-side encryption configuration.

Constructors

ServerSideEncryptionRule(ServerSideEncryptionByDefault? applyServerSideEncryptionByDefault)
ServerSideEncryptionRule.fromXml(XmlElement? xml)

Properties

applyServerSideEncryptionByDefault ServerSideEncryptionByDefault?
Specifies the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXml() → XmlNode

Operators

operator ==(Object other) bool
The equality operator.
inherited