Package | Description |
---|---|
com.amazonaws.services.xray.model |
Modifier and Type | Method and Description |
---|---|
TraceUser |
TraceUser.clone() |
TraceUser |
TraceUser.withServiceIds(Collection<ServiceId> serviceIds)
Services that the user's request hit.
|
TraceUser |
TraceUser.withServiceIds(ServiceId... serviceIds)
Services that the user's request hit.
|
TraceUser |
TraceUser.withUserName(String userName)
The user's name.
|
Modifier and Type | Method and Description |
---|---|
List<TraceUser> |
TraceSummary.getUsers()
Users from the trace's segment documents.
|
Modifier and Type | Method and Description |
---|---|
TraceSummary |
TraceSummary.withUsers(TraceUser... users)
Users from the trace's segment documents.
|
Modifier and Type | Method and Description |
---|---|
void |
TraceSummary.setUsers(Collection<TraceUser> users)
Users from the trace's segment documents.
|
TraceSummary |
TraceSummary.withUsers(Collection<TraceUser> users)
Users from the trace's segment documents.
|
Copyright © 2023. All rights reserved.