Uses of Interface
software.amazon.awssdk.services.s3.model.IndexDocument.Builder
Packages that use IndexDocument.Builder
-
Uses of IndexDocument.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return IndexDocument.BuilderModifier and TypeMethodDescriptionstatic IndexDocument.BuilderIndexDocument.builder()A suffix that is appended to a request that is for a directory on the website endpoint.IndexDocument.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type IndexDocument.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IndexDocument.Builder>IndexDocument.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type IndexDocument.BuilderModifier and TypeMethodDescriptiondefault GetBucketWebsiteResponse.BuilderGetBucketWebsiteResponse.Builder.indexDocument(Consumer<IndexDocument.Builder> indexDocument) The name of the index document for the website (for exampleindex.html).default WebsiteConfiguration.BuilderWebsiteConfiguration.Builder.indexDocument(Consumer<IndexDocument.Builder> indexDocument) The name of the index document for the website.