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