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