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