Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.Industry
-
Packages that use Industry Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of Industry in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return Industry Modifier and Type Method Description static IndustryIndustry. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IndustryAccount. industry()Specifies the industry the endCustomerbelongs to that's associated with theOpportunity.IndustryAccountSummary. industry()Specifies which industry the endCustomerbelongs to associated with theOpportunity.IndustryEngagementCustomer. industry()Specifies the industry to which the customer’s company belongs.static IndustryIndustry. valueOf(String name)Returns the enum constant of this type with the specified name.static Industry[]Industry. 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 Industry Modifier and Type Method Description static Set<Industry>Industry. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type Industry Modifier and Type Method Description Account.BuilderAccount.Builder. industry(Industry industry)Specifies the industry the endCustomerbelongs to that's associated with theOpportunity.AccountSummary.BuilderAccountSummary.Builder. industry(Industry industry)Specifies which industry the endCustomerbelongs to associated with theOpportunity.EngagementCustomer.BuilderEngagementCustomer.Builder. industry(Industry industry)Specifies the industry to which the customer’s company belongs.
-