Package | Description |
---|---|
software.amazon.awssdk.codegen.model.intermediate |
Modifier and Type | Method and Description |
---|---|
ExceptionModel |
ExceptionModel.withDocumentation(String documentation) |
ExceptionModel |
ExceptionModel.withHttpStatusCode(Integer httpStatusCode) |
Modifier and Type | Method and Description |
---|---|
List<ExceptionModel> |
OperationModel.getExceptions() |
Modifier and Type | Method and Description |
---|---|
void |
OperationModel.addException(ExceptionModel exception) |
Modifier and Type | Method and Description |
---|---|
void |
OperationModel.setExceptions(List<ExceptionModel> exceptions) |
Copyright © 2022. All rights reserved.