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