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