Java com.amazonaws.services.s3.model RedirectRule fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model RedirectRule fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model RedirectRule.

The text is from its open source code.

Constructor

Method

voidsetHostName(String hostName)
Set the host name to use in the redirect request.
voidsetHttpRedirectCode(String httpRedirectCode)
Set the HTTP code to use in the redirect response.
voidsetProtocol(String protocol)
Set the protocol to use in the redirect request.
voidsetReplaceKeyPrefixWith(String replaceKeyPrefixWith)
Set the object prefix key to use in the redirect request.
voidsetReplaceKeyWith(String replaceKeyWith)
Set the specific key to use in the redirect request.