Uses of Interface
software.amazon.awssdk.services.forecast.model.ForecastException.Builder
-
Packages that use ForecastException.Builder Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of ForecastException.Builder in software.amazon.awssdk.services.forecast.model
Subinterfaces of ForecastException.Builder in software.amazon.awssdk.services.forecast.model Modifier and Type Interface Description static interfaceInvalidInputException.Builderstatic interfaceInvalidNextTokenException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceResourceAlreadyExistsException.Builderstatic interfaceResourceInUseException.Builderstatic interfaceResourceNotFoundException.BuilderClasses in software.amazon.awssdk.services.forecast.model that implement ForecastException.Builder Modifier and Type Class Description protected static classForecastException.BuilderImplMethods in software.amazon.awssdk.services.forecast.model that return ForecastException.Builder Modifier and Type Method Description ForecastException.BuilderForecastException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ForecastException.BuilderForecastException. builder()ForecastException.BuilderForecastException.Builder. cause(Throwable cause)ForecastException.BuilderForecastException.Builder. message(String message)ForecastException.BuilderForecastException.Builder. requestId(String requestId)ForecastException.BuilderForecastException.Builder. statusCode(int statusCode)ForecastException.BuilderForecastException. toBuilder()ForecastException.BuilderForecastException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type ForecastException.Builder Modifier and Type Method Description static Class<? extends ForecastException.Builder>ForecastException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.forecast.model with parameters of type ForecastException.Builder Constructor Description ForecastException(ForecastException.Builder builder)
-