Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ setUser
Method
setUser
src/main/java/scorekeep/Move.java:55–58 ·
view source on GitHub ↗
(String userId)
Source
from the content-addressed store, hash-verified
53
return
user;
54
}
55
public
Move setUser(String userId) {
56
this.user = userId;
57
return
this;
58
}
59
60
@DynamoDBAttribute(attributeName=
"move"
)
61
public
String getMove() {
Callers
1
newMove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected