Uses of Interface
software.amazon.awssdk.services.medicalimaging.model.MedicalImagingException.Builder
-
Packages that use MedicalImagingException.Builder Package Description software.amazon.awssdk.services.medicalimaging.model -
-
Uses of MedicalImagingException.Builder in software.amazon.awssdk.services.medicalimaging.model
Subinterfaces of MedicalImagingException.Builder in software.amazon.awssdk.services.medicalimaging.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.medicalimaging.model that implement MedicalImagingException.Builder Modifier and Type Class Description protected static classMedicalImagingException.BuilderImplMethods in software.amazon.awssdk.services.medicalimaging.model that return MedicalImagingException.Builder Modifier and Type Method Description MedicalImagingException.BuilderMedicalImagingException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static MedicalImagingException.BuilderMedicalImagingException. builder()MedicalImagingException.BuilderMedicalImagingException.Builder. cause(Throwable cause)MedicalImagingException.BuilderMedicalImagingException.Builder. message(String message)MedicalImagingException.BuilderMedicalImagingException.Builder. requestId(String requestId)MedicalImagingException.BuilderMedicalImagingException.Builder. statusCode(int statusCode)MedicalImagingException.BuilderMedicalImagingException. toBuilder()MedicalImagingException.BuilderMedicalImagingException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.medicalimaging.model that return types with arguments of type MedicalImagingException.Builder Modifier and Type Method Description static Class<? extends MedicalImagingException.Builder>MedicalImagingException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.medicalimaging.model with parameters of type MedicalImagingException.Builder Constructor Description MedicalImagingException(MedicalImagingException.Builder builder)
-