| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
StorageAccessLevel |
FileUploaderFieldConfig.accessLevel()
The access level to assign to the uploaded files in the Amazon S3 bucket where they are stored.
|
static StorageAccessLevel |
StorageAccessLevel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static StorageAccessLevel |
StorageAccessLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageAccessLevel[] |
StorageAccessLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<StorageAccessLevel> |
StorageAccessLevel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FileUploaderFieldConfig.Builder |
FileUploaderFieldConfig.Builder.accessLevel(StorageAccessLevel accessLevel)
The access level to assign to the uploaded files in the Amazon S3 bucket where they are stored.
|
Copyright © 2023. All rights reserved.