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