Package | Description |
---|---|
com.amazonaws.services.xray.model |
Modifier and Type | Method and Description |
---|---|
FaultRootCauseService |
FaultRootCauseService.clone() |
FaultRootCauseService |
FaultRootCauseService.withAccountId(String accountId)
The account ID associated to the service.
|
FaultRootCauseService |
FaultRootCauseService.withEntityPath(Collection<FaultRootCauseEntity> entityPath)
The path of root cause entities found on the service.
|
FaultRootCauseService |
FaultRootCauseService.withEntityPath(FaultRootCauseEntity... entityPath)
The path of root cause entities found on the service.
|
FaultRootCauseService |
FaultRootCauseService.withInferred(Boolean inferred)
A Boolean value indicating if the service is inferred from the trace.
|
FaultRootCauseService |
FaultRootCauseService.withName(String name)
The service name.
|
FaultRootCauseService |
FaultRootCauseService.withNames(Collection<String> names)
A collection of associated service names.
|
FaultRootCauseService |
FaultRootCauseService.withNames(String... names)
A collection of associated service names.
|
FaultRootCauseService |
FaultRootCauseService.withType(String type)
The type associated to the service.
|
Modifier and Type | Method and Description |
---|---|
List<FaultRootCauseService> |
FaultRootCause.getServices()
A list of corresponding services.
|
Modifier and Type | Method and Description |
---|---|
FaultRootCause |
FaultRootCause.withServices(FaultRootCauseService... services)
A list of corresponding services.
|
Modifier and Type | Method and Description |
---|---|
void |
FaultRootCause.setServices(Collection<FaultRootCauseService> services)
A list of corresponding services.
|
FaultRootCause |
FaultRootCause.withServices(Collection<FaultRootCauseService> services)
A list of corresponding services.
|
Copyright © 2022. All rights reserved.