Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.RevenueModel
-
Packages that use RevenueModel Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of RevenueModel in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return RevenueModel Modifier and Type Method Description RevenueModelSoftwareRevenue. deliveryModel()Specifies the customer's intended payment type agreement or procurement method to acquire the solution or service outlined in theOpportunity.static RevenueModelRevenueModel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RevenueModelRevenueModel. valueOf(String name)Returns the enum constant of this type with the specified name.static RevenueModel[]RevenueModel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type RevenueModel Modifier and Type Method Description static Set<RevenueModel>RevenueModel. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type RevenueModel Modifier and Type Method Description SoftwareRevenue.BuilderSoftwareRevenue.Builder. deliveryModel(RevenueModel deliveryModel)Specifies the customer's intended payment type agreement or procurement method to acquire the solution or service outlined in theOpportunity.
-