Uses of Enum
software.amazon.awssdk.services.databasemigration.model.CannedAclForObjectsValue
Packages that use CannedAclForObjectsValue
-
Uses of CannedAclForObjectsValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return CannedAclForObjectsValueModifier and TypeMethodDescriptionfinal 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 CannedAclForObjectsValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.static CannedAclForObjectsValueReturns 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 CannedAclForObjectsValueModifier and TypeMethodDescriptionstatic Set<CannedAclForObjectsValue>CannedAclForObjectsValue.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type CannedAclForObjectsValueModifier and TypeMethodDescriptionS3Settings.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.