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