| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
FileUploaderFieldConfig |
FileUploaderFieldConfig.clone() |
FileUploaderFieldConfig |
FieldInputConfig.getFileUploaderConfig()
The configuration for the file uploader field.
|
FileUploaderFieldConfig |
FileUploaderFieldConfig.withAcceptedFileTypes(Collection<String> acceptedFileTypes)
The file types that are allowed to be uploaded by the file uploader.
|
FileUploaderFieldConfig |
FileUploaderFieldConfig.withAcceptedFileTypes(String... acceptedFileTypes)
The file types that are allowed to be uploaded by the file uploader.
|
FileUploaderFieldConfig |
FileUploaderFieldConfig.withAccessLevel(StorageAccessLevel accessLevel)
The access level to assign to the uploaded files in the Amazon S3 bucket where they are stored.
|
FileUploaderFieldConfig |
FileUploaderFieldConfig.withAccessLevel(String accessLevel)
The access level to assign to the uploaded files in the Amazon S3 bucket where they are stored.
|
FileUploaderFieldConfig |
FileUploaderFieldConfig.withIsResumable(Boolean isResumable)
Allows the file upload operation to be paused and resumed.
|
FileUploaderFieldConfig |
FileUploaderFieldConfig.withMaxFileCount(Integer maxFileCount)
Specifies the maximum number of files that can be selected to upload.
|
FileUploaderFieldConfig |
FileUploaderFieldConfig.withMaxSize(Integer maxSize)
The maximum file size in bytes that the file uploader will accept.
|
FileUploaderFieldConfig |
FileUploaderFieldConfig.withShowThumbnails(Boolean showThumbnails)
Specifies whether to display or hide the image preview after selecting a file for upload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldInputConfig.setFileUploaderConfig(FileUploaderFieldConfig fileUploaderConfig)
The configuration for the file uploader field.
|
FieldInputConfig |
FieldInputConfig.withFileUploaderConfig(FileUploaderFieldConfig fileUploaderConfig)
The configuration for the file uploader field.
|
Copyright © 2024. All rights reserved.