Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreditSpecification |
CreditSpecification.clone() |
CreditSpecification |
ResponseLaunchTemplateData.getCreditSpecification()
The credit option for CPU usage of the instance.
|
CreditSpecification |
CreditSpecification.withCpuCredits(String cpuCredits)
The credit option for CPU usage of a T2, T3, or T3a instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseLaunchTemplateData.setCreditSpecification(CreditSpecification creditSpecification)
The credit option for CPU usage of the instance.
|
ResponseLaunchTemplateData |
ResponseLaunchTemplateData.withCreditSpecification(CreditSpecification creditSpecification)
The credit option for CPU usage of the instance.
|
Copyright © 2021. All rights reserved.