| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
List<RootCauseException> |
ErrorRootCauseEntity.exceptions()
The types and messages of the exceptions.
|
List<RootCauseException> |
FaultRootCauseEntity.exceptions()
The types and messages of the exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorRootCauseEntity.Builder |
ErrorRootCauseEntity.Builder.exceptions(RootCauseException... exceptions)
The types and messages of the exceptions.
|
FaultRootCauseEntity.Builder |
FaultRootCauseEntity.Builder.exceptions(RootCauseException... exceptions)
The types and messages of the exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorRootCauseEntity.Builder |
ErrorRootCauseEntity.Builder.exceptions(Collection<RootCauseException> exceptions)
The types and messages of the exceptions.
|
FaultRootCauseEntity.Builder |
FaultRootCauseEntity.Builder.exceptions(Collection<RootCauseException> exceptions)
The types and messages of the exceptions.
|
Copyright © 2023. All rights reserved.