Uses of Interface
software.amazon.awssdk.services.s3.model.RedirectAllRequestsTo.Builder
Packages that use RedirectAllRequestsTo.Builder
-
Uses of RedirectAllRequestsTo.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return RedirectAllRequestsTo.BuilderModifier and TypeMethodDescriptionRedirectAllRequestsTo.builder()Name of the host where requests are redirected.Protocol to use when redirecting requests.Protocol to use when redirecting requests.RedirectAllRequestsTo.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type RedirectAllRequestsTo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RedirectAllRequestsTo.Builder>RedirectAllRequestsTo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type RedirectAllRequestsTo.BuilderModifier and TypeMethodDescriptiondefault GetBucketWebsiteResponse.BuilderGetBucketWebsiteResponse.Builder.redirectAllRequestsTo(Consumer<RedirectAllRequestsTo.Builder> redirectAllRequestsTo) Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.default WebsiteConfiguration.BuilderWebsiteConfiguration.Builder.redirectAllRequestsTo(Consumer<RedirectAllRequestsTo.Builder> redirectAllRequestsTo) The redirect behavior for every request to this bucket's website endpoint.