Uses of Interface
software.amazon.awssdk.services.rdsdata.model.DatabaseErrorException.Builder
-
Packages that use DatabaseErrorException.Builder Package Description software.amazon.awssdk.services.rdsdata.model -
-
Uses of DatabaseErrorException.Builder in software.amazon.awssdk.services.rdsdata.model
Methods in software.amazon.awssdk.services.rdsdata.model that return DatabaseErrorException.Builder Modifier and Type Method Description DatabaseErrorException.BuilderDatabaseErrorException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static DatabaseErrorException.BuilderDatabaseErrorException. builder()DatabaseErrorException.BuilderDatabaseErrorException.Builder. cause(Throwable cause)DatabaseErrorException.BuilderDatabaseErrorException.Builder. message(String message)DatabaseErrorException.BuilderDatabaseErrorException.Builder. requestId(String requestId)DatabaseErrorException.BuilderDatabaseErrorException.Builder. statusCode(int statusCode)DatabaseErrorException.BuilderDatabaseErrorException. toBuilder()DatabaseErrorException.BuilderDatabaseErrorException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.rdsdata.model that return types with arguments of type DatabaseErrorException.Builder Modifier and Type Method Description static Class<? extends DatabaseErrorException.Builder>DatabaseErrorException. serializableBuilderClass()
-