Uses of Class
software.amazon.awssdk.services.xray.model.Group
-
Packages that use Group Package Description software.amazon.awssdk.services.xray.model -
-
Uses of Group in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return Group Modifier and Type Method Description GroupCreateGroupResponse. group()The group that was created.GroupGetGroupResponse. group()The group that was requested.GroupUpdateGroupResponse. group()The group that was updated.Methods in software.amazon.awssdk.services.xray.model with parameters of type Group Modifier and Type Method Description CreateGroupResponse.BuilderCreateGroupResponse.Builder. group(Group group)The group that was created.GetGroupResponse.BuilderGetGroupResponse.Builder. group(Group group)The group that was requested.UpdateGroupResponse.BuilderUpdateGroupResponse.Builder. group(Group group)The group that was updated.
-