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