Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ setSession
Method
setSession
src/main/java/scorekeep/Move.java:46–49 ·
view source on GitHub ↗
(String sessionId)
Source
from the content-addressed store, hash-verified
44
return
session;
45
}
46
public
Move setSession(String sessionId) {
47
this.session = sessionId;
48
return
this;
49
}
50
51
@DynamoDBAttribute(attributeName=
"user"
)
52
public
String getUser() {
Callers
1
newMove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected