Uses of Interface
software.amazon.awssdk.services.appconfig.model.AppConfigException.Builder
-
Packages that use AppConfigException.Builder Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of AppConfigException.Builder in software.amazon.awssdk.services.appconfig.model
Subinterfaces of AppConfigException.Builder in software.amazon.awssdk.services.appconfig.model Modifier and Type Interface Description static interfaceBadRequestException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalServerException.Builderstatic interfacePayloadTooLargeException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceQuotaExceededException.BuilderClasses in software.amazon.awssdk.services.appconfig.model that implement AppConfigException.Builder Modifier and Type Class Description protected static classAppConfigException.BuilderImplMethods in software.amazon.awssdk.services.appconfig.model that return AppConfigException.Builder Modifier and Type Method Description AppConfigException.BuilderAppConfigException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static AppConfigException.BuilderAppConfigException. builder()AppConfigException.BuilderAppConfigException.Builder. cause(Throwable cause)AppConfigException.BuilderAppConfigException.Builder. message(String message)AppConfigException.BuilderAppConfigException.Builder. requestId(String requestId)AppConfigException.BuilderAppConfigException.Builder. statusCode(int statusCode)AppConfigException.BuilderAppConfigException. toBuilder()AppConfigException.BuilderAppConfigException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type AppConfigException.Builder Modifier and Type Method Description static Class<? extends AppConfigException.Builder>AppConfigException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.appconfig.model with parameters of type AppConfigException.Builder Constructor Description AppConfigException(AppConfigException.Builder builder)
-