| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
default GetPredictiveScalingForecastResponse |
AutoScalingClient.getPredictiveScalingForecast(Consumer<GetPredictiveScalingForecastRequest.Builder> getPredictiveScalingForecastRequest)
Retrieves the forecast data for a predictive scaling policy.
|
default CompletableFuture<GetPredictiveScalingForecastResponse> |
AutoScalingAsyncClient.getPredictiveScalingForecast(Consumer<GetPredictiveScalingForecastRequest.Builder> getPredictiveScalingForecastRequest)
Retrieves the forecast data for a predictive scaling policy.
|
| Modifier and Type | Method and Description |
|---|---|
GetPredictiveScalingForecastRequest.Builder |
GetPredictiveScalingForecastRequest.Builder.autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
static GetPredictiveScalingForecastRequest.Builder |
GetPredictiveScalingForecastRequest.builder() |
GetPredictiveScalingForecastRequest.Builder |
GetPredictiveScalingForecastRequest.Builder.endTime(Instant endTime)
The exclusive end time of the time range for the forecast data to get.
|
GetPredictiveScalingForecastRequest.Builder |
GetPredictiveScalingForecastRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPredictiveScalingForecastRequest.Builder |
GetPredictiveScalingForecastRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPredictiveScalingForecastRequest.Builder |
GetPredictiveScalingForecastRequest.Builder.policyName(String policyName)
The name of the policy.
|
GetPredictiveScalingForecastRequest.Builder |
GetPredictiveScalingForecastRequest.Builder.startTime(Instant startTime)
The inclusive start time of the time range for the forecast data to get.
|
GetPredictiveScalingForecastRequest.Builder |
GetPredictiveScalingForecastRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPredictiveScalingForecastRequest.Builder> |
GetPredictiveScalingForecastRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.