Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TotalLocalStorageGB |
TotalLocalStorageGB.clone() |
TotalLocalStorageGB |
InstanceRequirements.getTotalLocalStorageGB()
The minimum and maximum amount of total local storage, in GB.
|
TotalLocalStorageGB |
TotalLocalStorageGB.withMax(Double max)
The maximum amount of total local storage, in GB.
|
TotalLocalStorageGB |
TotalLocalStorageGB.withMin(Double min)
The minimum amount of total local storage, in GB.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceRequirements.setTotalLocalStorageGB(TotalLocalStorageGB totalLocalStorageGB)
The minimum and maximum amount of total local storage, in GB.
|
InstanceRequirements |
InstanceRequirements.withTotalLocalStorageGB(TotalLocalStorageGB totalLocalStorageGB)
The minimum and maximum amount of total local storage, in GB.
|
Copyright © 2021. All rights reserved.