MCPcopy Create free account
hub / github.com/aws-samples/eb-java-scorekeep / setSession

Method setSession

src/main/java/scorekeep/Game.java:47–49  ·  view source on GitHub ↗
(String sessionId)

Source from the content-addressed store, hash-verified

45 return session;
46 }
47 public void setSession(String sessionId){
48 this.session = sessionId;
49 }
50
51 @DynamoDBAttribute(attributeName="name")
52 public String getName() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected