Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
RedirectRule |
RoutingRule.getRedirect()
Return the redirect information.
|
RedirectRule |
BucketWebsiteConfiguration.getRedirectAllRequestsTo()
Return the redirect information where all requests will be redirect to.
|
RedirectRule |
RedirectRule.withHostName(String hostName)
Set the host name to use in the redirect request and returns a reference
to this object(RoutingRuleRedirect) for method chaining.
|
RedirectRule |
RedirectRule.withHttpRedirectCode(String httpRedirectCode)
Set the HTTP code to use in the redirect response and returns a reference
to this object(RoutingRuleRedirect) for method chaining.
|
RedirectRule |
RedirectRule.withProtocol(String protocol)
Set the protocol to use in the redirect request and and returns a
reference to this object(RoutingRuleRedirect) for method chaining.
|
RedirectRule |
RedirectRule.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.
|
RedirectRule |
RedirectRule.withReplaceKeyWith(String replaceKeyWith)
Set the specific key to use in the redirect request and returns a
reference to this object(RoutingRuleRedirect) for method chaining.
|
Modifier and Type | Method and Description |
---|---|
void |
RoutingRule.setRedirect(RedirectRule redirect)
Set the redirect information.
|
void |
BucketWebsiteConfiguration.setRedirectAllRequestsTo(RedirectRule redirectAllRequestsTo)
Sets the redirect information where all requests will be redirect to.
|
RoutingRule |
RoutingRule.withRedirect(RedirectRule redirect)
Set the redirect information and returns a reference to this
object(RoutingRule) for method chaining.
|
BucketWebsiteConfiguration |
BucketWebsiteConfiguration.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.
|
Copyright © 2025. All rights reserved.