| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscalingplans |
|
| software.amazon.awssdk.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
default GetScalingPlanResourceForecastDataResponse |
AutoScalingPlansClient.getScalingPlanResourceForecastData(Consumer<GetScalingPlanResourceForecastDataRequest.Builder> getScalingPlanResourceForecastDataRequest)
Retrieves the forecast data for a scalable resource.
|
default CompletableFuture<GetScalingPlanResourceForecastDataResponse> |
AutoScalingPlansAsyncClient.getScalingPlanResourceForecastData(Consumer<GetScalingPlanResourceForecastDataRequest.Builder> getScalingPlanResourceForecastDataRequest)
Retrieves the forecast data for a scalable resource.
|
| Modifier and Type | Method and Description |
|---|---|
static GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.builder() |
GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.Builder.endTime(Instant endTime)
The exclusive end time of the time range for the forecast data to get.
|
GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.Builder.forecastDataType(ForecastDataType forecastDataType)
The type of forecast data to get.
|
GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.Builder.forecastDataType(String forecastDataType)
The type of forecast data to get.
|
GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.Builder.resourceId(String resourceId)
The ID of the resource.
|
GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.Builder.scalableDimension(ScalableDimension scalableDimension)
The scalable dimension for the resource.
|
GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.Builder.scalableDimension(String scalableDimension)
The scalable dimension for the resource.
|
GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.Builder.scalingPlanName(String scalingPlanName)
The name of the scaling plan.
|
GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.Builder.scalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
|
GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the AWS service.
|
GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.Builder.serviceNamespace(String serviceNamespace)
The namespace of the AWS service.
|
GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.Builder.startTime(Instant startTime)
The inclusive start time of the time range for the forecast data to get.
|
GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetScalingPlanResourceForecastDataRequest.Builder> |
GetScalingPlanResourceForecastDataRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.