Uses of Interface
software.amazon.awssdk.services.lambda.model.LambdaException.Builder
-
Packages that use LambdaException.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of LambdaException.Builder in software.amazon.awssdk.services.lambda.model
Classes in software.amazon.awssdk.services.lambda.model that implement LambdaException.Builder Modifier and Type Class Description protected static classLambdaException.BuilderImplMethods in software.amazon.awssdk.services.lambda.model that return LambdaException.Builder Modifier and Type Method Description LambdaException.BuilderLambdaException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static LambdaException.BuilderLambdaException. builder()LambdaException.BuilderLambdaException.Builder. cause(Throwable cause)LambdaException.BuilderLambdaException.Builder. message(String message)LambdaException.BuilderLambdaException.Builder. requestId(String requestId)LambdaException.BuilderLambdaException.Builder. statusCode(int statusCode)LambdaException.BuilderLambdaException. toBuilder()LambdaException.BuilderLambdaException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type LambdaException.Builder Modifier and Type Method Description static Class<? extends LambdaException.Builder>LambdaException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.lambda.model with parameters of type LambdaException.Builder Constructor Description LambdaException(LambdaException.Builder builder)
-