Protocols
The following protocols are available globally.
-
A DynamoDB Modeling protocol. All objects mapped to an Amazon DynamoDB table row need to conform to this protocol.
See moreDeclaration
Objective-C
@protocol AWSDynamoDBModeling <NSObject>
Swift
protocol AWSDynamoDBModeling : NSObjectProtocol