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