| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
RecordError |
RecordError.clone() |
RecordError |
RecordError.withCode(String code)
The numeric value of the error.
|
RecordError |
RecordError.withDescription(String description)
The description of the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecordError> |
RecordDetail.getRecordErrors()
The errors that occurred.
|
| Modifier and Type | Method and Description |
|---|---|
RecordDetail |
RecordDetail.withRecordErrors(RecordError... recordErrors)
The errors that occurred.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordDetail.setRecordErrors(Collection<RecordError> recordErrors)
The errors that occurred.
|
RecordDetail |
RecordDetail.withRecordErrors(Collection<RecordError> recordErrors)
The errors that occurred.
|
Copyright © 2022. All rights reserved.