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