Uses of Interface
software.amazon.awssdk.services.backupsearch.model.BackupSearchException.Builder
-
Packages that use BackupSearchException.Builder Package Description software.amazon.awssdk.services.backupsearch.model -
-
Uses of BackupSearchException.Builder in software.amazon.awssdk.services.backupsearch.model
Subinterfaces of BackupSearchException.Builder in software.amazon.awssdk.services.backupsearch.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalServerException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceThrottlingException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.backupsearch.model that implement BackupSearchException.Builder Modifier and Type Class Description protected static classBackupSearchException.BuilderImplMethods in software.amazon.awssdk.services.backupsearch.model that return BackupSearchException.Builder Modifier and Type Method Description BackupSearchException.BuilderBackupSearchException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static BackupSearchException.BuilderBackupSearchException. builder()BackupSearchException.BuilderBackupSearchException.Builder. cause(Throwable cause)BackupSearchException.BuilderBackupSearchException.Builder. message(String message)BackupSearchException.BuilderBackupSearchException.Builder. requestId(String requestId)BackupSearchException.BuilderBackupSearchException.Builder. statusCode(int statusCode)BackupSearchException.BuilderBackupSearchException. toBuilder()BackupSearchException.BuilderBackupSearchException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.backupsearch.model that return types with arguments of type BackupSearchException.Builder Modifier and Type Method Description static Class<? extends BackupSearchException.Builder>BackupSearchException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.backupsearch.model with parameters of type BackupSearchException.Builder Constructor Description BackupSearchException(BackupSearchException.Builder builder)
-