Uses of Class
software.amazon.awssdk.services.lambda.model.LambdaException.BuilderImpl
-
Packages that use LambdaException.BuilderImpl Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of LambdaException.BuilderImpl in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return LambdaException.BuilderImpl Modifier and Type Method Description LambdaException.BuilderImplLambdaException.BuilderImpl. awsErrorDetails(AwsErrorDetails awsErrorDetails)LambdaException.BuilderImplLambdaException.BuilderImpl. cause(Throwable cause)LambdaException.BuilderImplLambdaException.BuilderImpl. message(String message)LambdaException.BuilderImplLambdaException.BuilderImpl. requestId(String requestId)LambdaException.BuilderImplLambdaException.BuilderImpl. statusCode(int statusCode)LambdaException.BuilderImplLambdaException.BuilderImpl. writableStackTrace(Boolean writableStackTrace)
-