Uses of Class
software.amazon.awssdk.services.s3.model.IndexDocument
Packages that use IndexDocument
-
Uses of IndexDocument in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return IndexDocumentModifier and TypeMethodDescriptionfinal IndexDocumentGetBucketWebsiteResponse.indexDocument()The name of the index document for the website (for exampleindex.html).final IndexDocumentWebsiteConfiguration.indexDocument()The name of the index document for the website.Methods in software.amazon.awssdk.services.s3.model with parameters of type IndexDocumentModifier and TypeMethodDescriptionGetBucketWebsiteResponse.Builder.indexDocument(IndexDocument indexDocument) The name of the index document for the website (for exampleindex.html).WebsiteConfiguration.Builder.indexDocument(IndexDocument indexDocument) The name of the index document for the website.