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