Uses of Interface
software.amazon.awssdk.services.swf.model.TypeNotDeprecatedException.Builder
-
Packages that use TypeNotDeprecatedException.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of TypeNotDeprecatedException.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return TypeNotDeprecatedException.Builder Modifier and Type Method Description TypeNotDeprecatedException.BuilderTypeNotDeprecatedException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static TypeNotDeprecatedException.BuilderTypeNotDeprecatedException. builder()TypeNotDeprecatedException.BuilderTypeNotDeprecatedException.Builder. cause(Throwable cause)TypeNotDeprecatedException.BuilderTypeNotDeprecatedException.Builder. message(String message)TypeNotDeprecatedException.BuilderTypeNotDeprecatedException.Builder. requestId(String requestId)TypeNotDeprecatedException.BuilderTypeNotDeprecatedException.Builder. statusCode(int statusCode)TypeNotDeprecatedException.BuilderTypeNotDeprecatedException. toBuilder()TypeNotDeprecatedException.BuilderTypeNotDeprecatedException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type TypeNotDeprecatedException.Builder Modifier and Type Method Description static Class<? extends TypeNotDeprecatedException.Builder>TypeNotDeprecatedException. serializableBuilderClass()
-