Uses of Class
software.amazon.awssdk.services.s3.model.IndexDocument
-
Packages that use IndexDocument Package Description software.amazon.awssdk.services.s3.model -
-
Uses of IndexDocument in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return IndexDocument Modifier and Type Method Description IndexDocumentGetBucketWebsiteResponse. indexDocument()The name of the index document for the website (for exampleindex.html).IndexDocumentWebsiteConfiguration. indexDocument()The name of the index document for the website.Methods in software.amazon.awssdk.services.s3.model with parameters of type IndexDocument Modifier and Type Method Description GetBucketWebsiteResponse.BuilderGetBucketWebsiteResponse.Builder. indexDocument(IndexDocument indexDocument)The name of the index document for the website (for exampleindex.html).WebsiteConfiguration.BuilderWebsiteConfiguration.Builder. indexDocument(IndexDocument indexDocument)The name of the index document for the website.
-