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