Uses of Class
com.amazonaws.services.s3.model.RedirectRule
-
Packages that use RedirectRule Package Description com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of RedirectRule in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return RedirectRule Modifier and Type Method Description RedirectRuleRoutingRule. getRedirect()Return the redirect information.RedirectRuleBucketWebsiteConfiguration. getRedirectAllRequestsTo()Return the redirect information where all requests will be redirect to.RedirectRuleRedirectRule. withHostName(String hostName)Set the host name to use in the redirect request and returns a reference to this object(RoutingRuleRedirect) for method chaining.RedirectRuleRedirectRule. withHttpRedirectCode(String httpRedirectCode)Set the HTTP code to use in the redirect response and returns a reference to this object(RoutingRuleRedirect) for method chaining.RedirectRuleRedirectRule. withProtocol(String protocol)Set the protocol to use in the redirect request and and returns a reference to this object(RoutingRuleRedirect) for method chaining.RedirectRuleRedirectRule. withReplaceKeyPrefixWith(String replaceKeyPrefixWith)Set the object prefix key to use in the redirect request and returns a reference to this object(RoutingRuleRedirect) for method chaining.RedirectRuleRedirectRule. withReplaceKeyWith(String replaceKeyWith)Set the specific key to use in the redirect request and returns a reference to this object(RoutingRuleRedirect) for method chaining.Methods in com.amazonaws.services.s3.model with parameters of type RedirectRule Modifier and Type Method Description voidRoutingRule. setRedirect(RedirectRule redirect)Set the redirect information.voidBucketWebsiteConfiguration. setRedirectAllRequestsTo(RedirectRule redirectAllRequestsTo)Sets the redirect information where all requests will be redirect to.RoutingRuleRoutingRule. withRedirect(RedirectRule redirect)Set the redirect information and returns a reference to this object(RoutingRule) for method chaining.BucketWebsiteConfigurationBucketWebsiteConfiguration. withRedirectAllRequestsTo(RedirectRule redirectAllRequestsTo)Sets the redirect information where all requests will be redirect to and returns a reference to this object(BucketWebsiteConfiguration) for method chaining.
-