RedirectAllRequestsTo class

Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.

Constructors

RedirectAllRequestsTo({required String hostName, Protocol? protocol})
RedirectAllRequestsTo.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hostName String
Name of the host where requests are redirected.
final
protocol Protocol?
Protocol to use when redirecting requests. The default is the protocol that is used in the original request.
final
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(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

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