Uses of Class
com.ibm.cloud.platform_services.global_catalog.v1.model.Amount
-
Packages that use Amount Package Description com.ibm.cloud.platform_services.global_catalog.v1.model -
-
Uses of Amount in com.ibm.cloud.platform_services.global_catalog.v1.model
Methods in com.ibm.cloud.platform_services.global_catalog.v1.model that return Amount Modifier and Type Method Description AmountAmount.Builder. build()Builds a Amount.Methods in com.ibm.cloud.platform_services.global_catalog.v1.model that return types with arguments of type Amount Modifier and Type Method Description java.util.List<Amount>StartingPrice. amount()Gets the amount.java.util.List<Amount>Metrics. getAmounts()Gets the amounts.Methods in com.ibm.cloud.platform_services.global_catalog.v1.model with parameters of type Amount Modifier and Type Method Description StartingPrice.BuilderStartingPrice.Builder. addAmount(Amount amount)Adds a new element to amount.Method parameters in com.ibm.cloud.platform_services.global_catalog.v1.model with type arguments of type Amount Modifier and Type Method Description StartingPrice.BuilderStartingPrice.Builder. amount(java.util.List<Amount> amount)Set the amount.
-