| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
CannedAclForObjectsValue |
S3Settings.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.
|
static CannedAclForObjectsValue |
CannedAclForObjectsValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<CannedAclForObjectsValue> |
CannedAclForObjectsValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
S3Settings.Builder |
S3Settings.Builder.cannedAclForObjects(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 © 2023. All rights reserved.