Uses of Class
software.amazon.awssdk.services.s3.model.ErrorDocument
-
Packages that use ErrorDocument Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ErrorDocument in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ErrorDocument Modifier and Type Method Description ErrorDocument
GetBucketWebsiteResponse. errorDocument()
The object key name of the website error document to use for 4XX class errors.ErrorDocument
WebsiteConfiguration. errorDocument()
The name of the error document for the website.Methods in software.amazon.awssdk.services.s3.model with parameters of type ErrorDocument Modifier and Type Method Description GetBucketWebsiteResponse.Builder
GetBucketWebsiteResponse.Builder. errorDocument(ErrorDocument errorDocument)
The object key name of the website error document to use for 4XX class errors.WebsiteConfiguration.Builder
WebsiteConfiguration.Builder. errorDocument(ErrorDocument errorDocument)
The name of the error document for the website.
-