Uses of Class
software.amazon.awssdk.services.databasemigration.model.CannedAclForObjectsValue
-
Packages that use CannedAclForObjectsValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of CannedAclForObjectsValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return CannedAclForObjectsValue Modifier and Type Method Description CannedAclForObjectsValueS3Settings. 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 CannedAclForObjectsValueCannedAclForObjectsValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CannedAclForObjectsValueCannedAclForObjectsValue. 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.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type CannedAclForObjectsValue Modifier and Type Method Description static Set<CannedAclForObjectsValue>CannedAclForObjectsValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type CannedAclForObjectsValue Modifier and Type Method Description S3Settings.BuilderS3Settings.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.
-