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 ErrorDocumentGetBucketWebsiteResponse. errorDocument()The object key name of the website error document to use for 4XX class errors.ErrorDocumentWebsiteConfiguration. 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.BuilderGetBucketWebsiteResponse.Builder. errorDocument(ErrorDocument errorDocument)The object key name of the website error document to use for 4XX class errors.WebsiteConfiguration.BuilderWebsiteConfiguration.Builder. errorDocument(ErrorDocument errorDocument)The name of the error document for the website.
-