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