Uses of Interface
software.amazon.awssdk.services.swf.model.SwfException.Builder
-
Packages that use SwfException.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of SwfException.Builder in software.amazon.awssdk.services.swf.model
Subinterfaces of SwfException.Builder in software.amazon.awssdk.services.swf.model Modifier and Type Interface Description static interfaceDefaultUndefinedException.Builderstatic interfaceDomainAlreadyExistsException.Builderstatic interfaceDomainDeprecatedException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceOperationNotPermittedException.Builderstatic interfaceTooManyTagsException.Builderstatic interfaceTypeAlreadyExistsException.Builderstatic interfaceTypeDeprecatedException.Builderstatic interfaceTypeNotDeprecatedException.Builderstatic interfaceUnknownResourceException.Builderstatic interfaceWorkflowExecutionAlreadyStartedException.BuilderClasses in software.amazon.awssdk.services.swf.model that implement SwfException.Builder Modifier and Type Class Description protected static classSwfException.BuilderImplMethods in software.amazon.awssdk.services.swf.model that return SwfException.Builder Modifier and Type Method Description SwfException.BuilderSwfException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static SwfException.BuilderSwfException. builder()SwfException.BuilderSwfException.Builder. cause(Throwable cause)SwfException.BuilderSwfException.Builder. message(String message)SwfException.BuilderSwfException.Builder. requestId(String requestId)SwfException.BuilderSwfException.Builder. statusCode(int statusCode)SwfException.BuilderSwfException. toBuilder()SwfException.BuilderSwfException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type SwfException.Builder Modifier and Type Method Description static Class<? extends SwfException.Builder>SwfException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.swf.model with parameters of type SwfException.Builder Constructor Description SwfException(SwfException.Builder builder)
-