Uses of Class
software.amazon.awssdk.services.marketplaceagreement.model.SupportTerm
-
Packages that use SupportTerm Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of SupportTerm in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return SupportTerm Modifier and Type Method Description SupportTermAcceptedTerm. supportTerm()Defines the customer support available for the acceptors when they purchase the software.Methods in software.amazon.awssdk.services.marketplaceagreement.model with parameters of type SupportTerm Modifier and Type Method Description static AcceptedTermAcceptedTerm. fromSupportTerm(SupportTerm supportTerm)Create an instance of this class withAcceptedTerm.supportTerm()initialized to the given value.AcceptedTerm.BuilderAcceptedTerm.Builder. supportTerm(SupportTerm supportTerm)Defines the customer support available for the acceptors when they purchase the software.
-