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.BuilderImpl
LambdaException.BuilderImpl. awsErrorDetails(AwsErrorDetails awsErrorDetails)
LambdaException.BuilderImpl
LambdaException.BuilderImpl. cause(Throwable cause)
LambdaException.BuilderImpl
LambdaException.BuilderImpl. message(String message)
LambdaException.BuilderImpl
LambdaException.BuilderImpl. requestId(String requestId)
LambdaException.BuilderImpl
LambdaException.BuilderImpl. statusCode(int statusCode)
LambdaException.BuilderImpl
LambdaException.BuilderImpl. writableStackTrace(Boolean writableStackTrace)
-