| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
TotalLocalStorageGBRequest |
TotalLocalStorageGBRequest.clone() |
TotalLocalStorageGBRequest |
InstanceRequirements.getTotalLocalStorageGB()
The minimum and maximum total local storage size for an instance type, in GB.
|
TotalLocalStorageGBRequest |
TotalLocalStorageGBRequest.withMax(Double max)
The storage maximum in GB.
|
TotalLocalStorageGBRequest |
TotalLocalStorageGBRequest.withMin(Double min)
The storage minimum in GB.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceRequirements.setTotalLocalStorageGB(TotalLocalStorageGBRequest totalLocalStorageGB)
The minimum and maximum total local storage size for an instance type, in GB.
|
InstanceRequirements |
InstanceRequirements.withTotalLocalStorageGB(TotalLocalStorageGBRequest totalLocalStorageGB)
The minimum and maximum total local storage size for an instance type, in GB.
|
Copyright © 2022. All rights reserved.