Uses of Interface
software.amazon.awssdk.services.forecast.model.CreateWhatIfForecastResponse.Builder
-
Packages that use CreateWhatIfForecastResponse.Builder Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of CreateWhatIfForecastResponse.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return CreateWhatIfForecastResponse.Builder Modifier and Type Method Description static CreateWhatIfForecastResponse.BuilderCreateWhatIfForecastResponse. builder()CreateWhatIfForecastResponse.BuilderCreateWhatIfForecastResponse. toBuilder()CreateWhatIfForecastResponse.BuilderCreateWhatIfForecastResponse.Builder. whatIfForecastArn(String whatIfForecastArn)The Amazon Resource Name (ARN) of the what-if forecast.Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type CreateWhatIfForecastResponse.Builder Modifier and Type Method Description static Class<? extends CreateWhatIfForecastResponse.Builder>CreateWhatIfForecastResponse. serializableBuilderClass()
-