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