Uses of Interface
software.amazon.awssdk.services.lambda.model.EfsioException.Builder
-
Packages that use EfsioException.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of EfsioException.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return EfsioException.Builder Modifier and Type Method Description EfsioException.BuilderEfsioException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static EfsioException.BuilderEfsioException. builder()EfsioException.BuilderEfsioException.Builder. cause(Throwable cause)EfsioException.BuilderEfsioException.Builder. message(String message)EfsioException.BuilderEfsioException.Builder. requestId(String requestId)EfsioException.BuilderEfsioException.Builder. statusCode(int statusCode)EfsioException.BuilderEfsioException. toBuilder()EfsioException.BuilderEfsioException.Builder. type(String type)Sets the value of the Type property for this object.EfsioException.BuilderEfsioException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type EfsioException.Builder Modifier and Type Method Description static Class<? extends EfsioException.Builder>EfsioException. serializableBuilderClass()
-