Uses of Interface
software.amazon.awssdk.services.backupstorage.model.BackupStorageException.Builder
-
Packages that use BackupStorageException.Builder Package Description software.amazon.awssdk.services.backupstorage.model -
-
Uses of BackupStorageException.Builder in software.amazon.awssdk.services.backupstorage.model
Subinterfaces of BackupStorageException.Builder in software.amazon.awssdk.services.backupstorage.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceDataAlreadyExistsException.Builderstatic interfaceIllegalArgumentException.Builderstatic interfaceKmsInvalidKeyUsageException.Builderstatic interfaceNotReadableInputStreamException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceRetryableException.Builderstatic interfaceServiceInternalException.Builderstatic interfaceServiceUnavailableException.Builderstatic interfaceThrottlingException.BuilderClasses in software.amazon.awssdk.services.backupstorage.model that implement BackupStorageException.Builder Modifier and Type Class Description protected static classBackupStorageException.BuilderImplMethods in software.amazon.awssdk.services.backupstorage.model that return BackupStorageException.Builder Modifier and Type Method Description BackupStorageException.BuilderBackupStorageException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static BackupStorageException.BuilderBackupStorageException. builder()BackupStorageException.BuilderBackupStorageException.Builder. cause(Throwable cause)BackupStorageException.BuilderBackupStorageException.Builder. message(String message)BackupStorageException.BuilderBackupStorageException.Builder. requestId(String requestId)BackupStorageException.BuilderBackupStorageException.Builder. statusCode(int statusCode)BackupStorageException.BuilderBackupStorageException. toBuilder()BackupStorageException.BuilderBackupStorageException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.backupstorage.model that return types with arguments of type BackupStorageException.Builder Modifier and Type Method Description static Class<? extends BackupStorageException.Builder>BackupStorageException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.backupstorage.model with parameters of type BackupStorageException.Builder Constructor Description BackupStorageException(BackupStorageException.Builder builder)
-