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