Uses of Interface
software.amazon.awssdk.services.config.model.ConfigException.Builder
-
Packages that use ConfigException.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of ConfigException.Builder in software.amazon.awssdk.services.config.model
Classes in software.amazon.awssdk.services.config.model that implement ConfigException.Builder Modifier and Type Class Description protected static classConfigException.BuilderImplMethods in software.amazon.awssdk.services.config.model that return ConfigException.Builder Modifier and Type Method Description ConfigException.BuilderConfigException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ConfigException.BuilderConfigException. builder()ConfigException.BuilderConfigException.Builder. cause(Throwable cause)ConfigException.BuilderConfigException.Builder. message(String message)ConfigException.BuilderConfigException.Builder. requestId(String requestId)ConfigException.BuilderConfigException.Builder. statusCode(int statusCode)ConfigException.BuilderConfigException. toBuilder()ConfigException.BuilderConfigException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ConfigException.Builder Modifier and Type Method Description static Class<? extends ConfigException.Builder>ConfigException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.config.model with parameters of type ConfigException.Builder Constructor Description ConfigException(ConfigException.Builder builder)
-