Uses of Class
software.amazon.awssdk.services.s3.model.ErrorDocument
Packages that use ErrorDocument
-
Uses of ErrorDocument in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ErrorDocumentModifier and TypeMethodDescriptionfinal ErrorDocumentGetBucketWebsiteResponse.errorDocument()The object key name of the website error document to use for 4XX class errors.final ErrorDocumentWebsiteConfiguration.errorDocument()The name of the error document for the website.Methods in software.amazon.awssdk.services.s3.model with parameters of type ErrorDocumentModifier and TypeMethodDescriptionGetBucketWebsiteResponse.Builder.errorDocument(ErrorDocument errorDocument) The object key name of the website error document to use for 4XX class errors.WebsiteConfiguration.Builder.errorDocument(ErrorDocument errorDocument) The name of the error document for the website.