| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
static CannedAclForObjectsValue |
CannedAclForObjectsValue.fromValue(String value)
Use this in place of valueOf.
|
static CannedAclForObjectsValue |
CannedAclForObjectsValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CannedAclForObjectsValue[] |
CannedAclForObjectsValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3Settings.setCannedAclForObjects(CannedAclForObjectsValue cannedAclForObjects)
A value that enables DMS to specify a predefined (canned) access control list for objects created in an Amazon S3
bucket as .csv or .parquet files.
|
S3Settings |
S3Settings.withCannedAclForObjects(CannedAclForObjectsValue cannedAclForObjects)
A value that enables DMS to specify a predefined (canned) access control list for objects created in an Amazon S3
bucket as .csv or .parquet files.
|
Copyright © 2024. All rights reserved.