Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.PurchaseAgreementType
-
Packages that use PurchaseAgreementType Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of PurchaseAgreementType in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return PurchaseAgreementType Modifier and Type Method Description static PurchaseAgreementTypePurchaseAgreementType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PurchaseAgreementTypeBillEstimateCommitmentSummary. purchaseAgreementType()The type of purchase agreement (e.g., Reserved Instance, Savings Plan).static PurchaseAgreementTypePurchaseAgreementType. valueOf(String name)Returns the enum constant of this type with the specified name.static PurchaseAgreementType[]PurchaseAgreementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type PurchaseAgreementType Modifier and Type Method Description static Set<PurchaseAgreementType>PurchaseAgreementType. knownValues()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type PurchaseAgreementType Modifier and Type Method Description BillEstimateCommitmentSummary.BuilderBillEstimateCommitmentSummary.Builder. purchaseAgreementType(PurchaseAgreementType purchaseAgreementType)The type of purchase agreement (e.g., Reserved Instance, Savings Plan).
-