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