Uses of Class
software.amazon.awssdk.services.s3.model.RedirectAllRequestsTo
Packages that use RedirectAllRequestsTo
-
Uses of RedirectAllRequestsTo in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return RedirectAllRequestsToModifier and TypeMethodDescriptionfinal RedirectAllRequestsToGetBucketWebsiteResponse.redirectAllRequestsTo()Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.final RedirectAllRequestsToWebsiteConfiguration.redirectAllRequestsTo()The redirect behavior for every request to this bucket's website endpoint.Methods in software.amazon.awssdk.services.s3.model with parameters of type RedirectAllRequestsToModifier and TypeMethodDescriptionGetBucketWebsiteResponse.Builder.redirectAllRequestsTo(RedirectAllRequestsTo redirectAllRequestsTo) Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.WebsiteConfiguration.Builder.redirectAllRequestsTo(RedirectAllRequestsTo redirectAllRequestsTo) The redirect behavior for every request to this bucket's website endpoint.