Uses of Class
com.amazonaws.services.s3.model.RoutingRuleCondition
-
Packages that use RoutingRuleCondition Package Description com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of RoutingRuleCondition in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return RoutingRuleCondition Modifier and Type Method Description RoutingRuleConditionRoutingRule. getCondition()Return the condition that must be met for the specified redirect to apply.RoutingRuleConditionRoutingRuleCondition. withHttpErrorCodeReturnedEquals(String httpErrorCodeReturnedEquals)Set the HTTP error code when the redirect is applied and returns a reference to this object(RoutingRuleCondition) for method chaining.RoutingRuleConditionRoutingRuleCondition. withKeyPrefixEquals(String keyPrefixEquals)Set the object key name prefix when the redirect is applied and returns a reference to this object(RoutingRuleCondition) for method chaining.Methods in com.amazonaws.services.s3.model with parameters of type RoutingRuleCondition Modifier and Type Method Description voidRoutingRule. setCondition(RoutingRuleCondition condition)Set the condition that must be met for the specified redirect to apply.RoutingRuleRoutingRule. 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.
-