Uses of Class
software.amazon.awssdk.services.s3.model.RedirectAllRequestsTo
-
Packages that use RedirectAllRequestsTo Package Description software.amazon.awssdk.services.s3.model -
-
Uses of RedirectAllRequestsTo in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return RedirectAllRequestsTo Modifier and Type Method Description RedirectAllRequestsToGetBucketWebsiteResponse. redirectAllRequestsTo()Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.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 RedirectAllRequestsTo Modifier and Type Method Description GetBucketWebsiteResponse.BuilderGetBucketWebsiteResponse.Builder. redirectAllRequestsTo(RedirectAllRequestsTo redirectAllRequestsTo)Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.WebsiteConfiguration.BuilderWebsiteConfiguration.Builder. redirectAllRequestsTo(RedirectAllRequestsTo redirectAllRequestsTo)The redirect behavior for every request to this bucket's website endpoint.
-