Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Field and Description |
---|---|
(package private) RoutingRuleCondition |
RoutingRule.condition
The condition that must be met for the specified redirect to apply.
|
Modifier and Type | Method and Description |
---|---|
RoutingRuleCondition |
RoutingRule.getCondition()
Return the condition that must be met for the specified redirect to
apply.
|
RoutingRuleCondition |
RoutingRuleCondition.withHttpErrorCodeReturnedEquals(java.lang.String httpErrorCodeReturnedEquals)
Set the HTTP error code when the redirect is applied and returns a
reference to this object(RoutingRuleCondition) for method chaining.
|
RoutingRuleCondition |
RoutingRuleCondition.withKeyPrefixEquals(java.lang.String keyPrefixEquals)
Set the object key name prefix when the redirect is applied and returns a
reference to this object(RoutingRuleCondition) for method chaining.
|
Modifier and Type | Method and Description |
---|---|
void |
RoutingRule.setCondition(RoutingRuleCondition condition)
Set the condition that must be met for the specified redirect to apply.
|
RoutingRule |
RoutingRule.withCondition(RoutingRuleCondition condition)
Set the condition that must be met for the specified redirect to apply
and returns a reference to this object(RoutingRule) for method chaining.
|
Modifier and Type | Field and Description |
---|---|
private RoutingRuleCondition |
XmlResponsesSaxParser.BucketWebsiteConfigurationHandler.currentCondition |