RedirectAllRequestsTo class
Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
Constructors
- RedirectAllRequestsTo(String? hostName, String? protocol)
- RedirectAllRequestsTo.fromXml(XmlElement? xml)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostName ↔ String?
-
Name of the host where requests are redirected.
getter/setter pair
- protocol ↔ String?
-
Protocol to use when redirecting requests. The default is the protocol that is used in the original request.
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