Uses of Enum
software.amazon.awssdk.services.dynamodb.model.BackupType
Packages that use BackupType
-
Uses of BackupType in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BackupTypeModifier and TypeMethodDescriptionfinal BackupTypeBackupDetails.backupType()BackupType:final BackupTypeBackupSummary.backupType()BackupType:static BackupTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static BackupTypeReturns the enum constant of this type with the specified name.static BackupType[]BackupType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type BackupTypeMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type BackupTypeModifier and TypeMethodDescriptionBackupDetails.Builder.backupType(BackupType backupType) BackupType:BackupSummary.Builder.backupType(BackupType backupType) BackupType: