Uses of Class
software.amazon.awssdk.services.config.model.ConfigException.BuilderImpl
-
Packages that use ConfigException.BuilderImpl Package Description software.amazon.awssdk.services.config.model -
-
Uses of ConfigException.BuilderImpl in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ConfigException.BuilderImpl Modifier and Type Method Description ConfigException.BuilderImplConfigException.BuilderImpl. awsErrorDetails(AwsErrorDetails awsErrorDetails)ConfigException.BuilderImplConfigException.BuilderImpl. cause(Throwable cause)ConfigException.BuilderImplConfigException.BuilderImpl. message(String message)ConfigException.BuilderImplConfigException.BuilderImpl. requestId(String requestId)ConfigException.BuilderImplConfigException.BuilderImpl. statusCode(int statusCode)ConfigException.BuilderImplConfigException.BuilderImpl. writableStackTrace(Boolean writableStackTrace)
-