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