Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ setGame
Method
setGame
src/main/java/scorekeep/Move.java:37–40 ·
view source on GitHub ↗
(String gameId)
Source
from the content-addressed store, hash-verified
35
return
game;
36
}
37
public
Move setGame(String gameId){
38
this.game = gameId;
39
return
this;
40
}
41
42
@DynamoDBAttribute(attributeName=
"session"
)
43
public
String getSession() {
Callers
1
newMove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected