Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws-samples/eb-java-scorekeep
/ getSession
Method
getSession
src/main/java/scorekeep/Move.java:42–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
@DynamoDBAttribute(attributeName=
"session"
)
43
public
String getSession() {
44
return
session;
45
}
46
public
Move setSession(String sessionId) {
47
this.session = sessionId;
48
return
this;
Callers
3
saveMove
Method · 0.45
saveGame
Method · 0.45
saveState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected