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