WebsiteConfiguration class
Specifies website configuration parameters for an Amazon S3 bucket.
Constructors
- WebsiteConfiguration(ErrorDocument? errorDocument, IndexDocument? indexDocument, RedirectAllRequestsTo? redirectAllRequestsTo, RoutingRule? routingRules)
- WebsiteConfiguration.fromXml(XmlElement xml)
Properties
- errorDocument ↔ ErrorDocument?
- 
  The name of the error document for the website.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- indexDocument ↔ IndexDocument?
- 
  The name of the index document for the website.
  getter/setter pair
- redirectAllRequestsTo ↔ RedirectAllRequestsTo?
- 
  The redirect behavior for every request to this bucket's website endpoint.
  getter/setter pair
- routingRules ↔ RoutingRule?
- 
  Rules that define when a redirect is applied and the redirect behavior.
  getter/setter pair
- 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