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

Method setSession

src/main/java/scorekeep/State.java:52–54  ·  view source on GitHub ↗
(String sessionId)

Source from the content-addressed store, hash-verified

50 return session;
51 }
52 public void setSession(String sessionId) {
53 this.session = sessionId;
54 }
55
56 @DynamoDBAttribute(attributeName="state")
57 public String getState() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected