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