| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
BackendStoragePermissions |
BackendStoragePermissions.clone() |
BackendStoragePermissions |
UpdateBackendStorageResourceConfig.getPermissions()
The authorization configuration for the storage S3 bucket.
|
BackendStoragePermissions |
GetBackendStorageResourceConfig.getPermissions()
The authorization configuration for the storage S3 bucket.
|
BackendStoragePermissions |
CreateBackendStorageResourceConfig.getPermissions()
The authorization configuration for the storage S3 bucket.
|
BackendStoragePermissions |
BackendStoragePermissions.withAuthenticated(AuthenticatedElement... authenticated)
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
|
BackendStoragePermissions |
BackendStoragePermissions.withAuthenticated(Collection<String> authenticated)
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
|
BackendStoragePermissions |
BackendStoragePermissions.withAuthenticated(String... authenticated)
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
|
BackendStoragePermissions |
BackendStoragePermissions.withUnAuthenticated(Collection<String> unAuthenticated)
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
|
BackendStoragePermissions |
BackendStoragePermissions.withUnAuthenticated(String... unAuthenticated)
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
|
BackendStoragePermissions |
BackendStoragePermissions.withUnAuthenticated(UnAuthenticatedElement... unAuthenticated)
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBackendStorageResourceConfig.setPermissions(BackendStoragePermissions permissions)
The authorization configuration for the storage S3 bucket.
|
void |
GetBackendStorageResourceConfig.setPermissions(BackendStoragePermissions permissions)
The authorization configuration for the storage S3 bucket.
|
void |
CreateBackendStorageResourceConfig.setPermissions(BackendStoragePermissions permissions)
The authorization configuration for the storage S3 bucket.
|
UpdateBackendStorageResourceConfig |
UpdateBackendStorageResourceConfig.withPermissions(BackendStoragePermissions permissions)
The authorization configuration for the storage S3 bucket.
|
GetBackendStorageResourceConfig |
GetBackendStorageResourceConfig.withPermissions(BackendStoragePermissions permissions)
The authorization configuration for the storage S3 bucket.
|
CreateBackendStorageResourceConfig |
CreateBackendStorageResourceConfig.withPermissions(BackendStoragePermissions permissions)
The authorization configuration for the storage S3 bucket.
|
Copyright © 2022. All rights reserved.