Uses of Class
net.officefloor.tutorial.dynamodbhttpserver.Post
-
Packages that use Post Package Description net.officefloor.tutorial.dynamodbhttpserver -
-
Uses of Post in net.officefloor.tutorial.dynamodbhttpserver
Methods in net.officefloor.tutorial.dynamodbhttpserver with parameters of type Post Modifier and Type Method Description void
DynamoDbLogic. savePost(Post post, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper dynamo)
Method parameters in net.officefloor.tutorial.dynamodbhttpserver with type arguments of type Post Modifier and Type Method Description void
DynamoDbLogic. retrievePost(java.lang.String identifier, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper dynamo, ObjectResponse<Post> response)
-