Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws-samples/eb-java-scorekeep
/ setName
Method
setName
src/main/java/scorekeep/Game.java:55–57 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
53
return
name;
54
}
55
public
void
setName(String name) {
56
this.name = name;
57
}
58
59
@DynamoDBAttribute(attributeName=
"users"
)
60
public
Set<String> getUsers() {
Callers
1
setGameName
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected