Uses of Interface
software.amazon.awssdk.services.inspector.model.InspectorException.Builder
-
Packages that use InspectorException.Builder Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of InspectorException.Builder in software.amazon.awssdk.services.inspector.model
Subinterfaces of InspectorException.Builder in software.amazon.awssdk.services.inspector.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceAgentsAlreadyRunningAssessmentException.Builderstatic interfaceAssessmentRunInProgressException.Builderstatic interfaceInternalException.Builderstatic interfaceInvalidCrossAccountRoleException.Builderstatic interfaceInvalidInputException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceNoSuchEntityException.Builderstatic interfacePreviewGenerationInProgressException.Builderstatic interfaceServiceTemporarilyUnavailableException.Builderstatic interfaceUnsupportedFeatureException.BuilderClasses in software.amazon.awssdk.services.inspector.model that implement InspectorException.Builder Modifier and Type Class Description protected static classInspectorException.BuilderImplMethods in software.amazon.awssdk.services.inspector.model that return InspectorException.Builder Modifier and Type Method Description InspectorException.BuilderInspectorException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static InspectorException.BuilderInspectorException. builder()InspectorException.BuilderInspectorException.Builder. cause(Throwable cause)InspectorException.BuilderInspectorException.Builder. message(String message)InspectorException.BuilderInspectorException.Builder. requestId(String requestId)InspectorException.BuilderInspectorException.Builder. statusCode(int statusCode)InspectorException.BuilderInspectorException. toBuilder()InspectorException.BuilderInspectorException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type InspectorException.Builder Modifier and Type Method Description static Class<? extends InspectorException.Builder>InspectorException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.inspector.model with parameters of type InspectorException.Builder Constructor Description InspectorException(InspectorException.Builder builder)
-