Uses of Class
software.amazon.awssdk.services.marketplaceagreement.model.RenewalTerm
-
Packages that use RenewalTerm Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of RenewalTerm in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return RenewalTerm Modifier and Type Method Description RenewalTermAcceptedTerm. renewalTerm()Defines that on graceful expiration of the agreement (when the agreement ends on its pre-defined end date), a new agreement will be created using the accepted terms on the existing agreement.Methods in software.amazon.awssdk.services.marketplaceagreement.model with parameters of type RenewalTerm Modifier and Type Method Description static AcceptedTermAcceptedTerm. fromRenewalTerm(RenewalTerm renewalTerm)Create an instance of this class withAcceptedTerm.renewalTerm()initialized to the given value.AcceptedTerm.BuilderAcceptedTerm.Builder. renewalTerm(RenewalTerm renewalTerm)Defines that on graceful expiration of the agreement (when the agreement ends on its pre-defined end date), a new agreement will be created using the accepted terms on the existing agreement.
-