Uses of Interface
software.amazon.awssdk.services.s3.model.Redirect.Builder
-
Packages that use Redirect.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of Redirect.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return Redirect.Builder Modifier and Type Method Description static Redirect.BuilderRedirect. builder()Redirect.BuilderRedirect.Builder. hostName(String hostName)The host name to use in the redirect request.Redirect.BuilderRedirect.Builder. httpRedirectCode(String httpRedirectCode)The HTTP redirect code to use on the response.Redirect.BuilderRedirect.Builder. protocol(String protocol)Protocol to use when redirecting requests.Redirect.BuilderRedirect.Builder. protocol(Protocol protocol)Protocol to use when redirecting requests.Redirect.BuilderRedirect.Builder. replaceKeyPrefixWith(String replaceKeyPrefixWith)The object key prefix to use in the redirect request.Redirect.BuilderRedirect.Builder. replaceKeyWith(String replaceKeyWith)The specific object key to use in the redirect request.Redirect.BuilderRedirect. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type Redirect.Builder Modifier and Type Method Description static Class<? extends Redirect.Builder>Redirect. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type Redirect.Builder Modifier and Type Method Description default RoutingRule.BuilderRoutingRule.Builder. redirect(Consumer<Redirect.Builder> redirect)Container for redirect information.
-