Uses of Interface
software.amazon.awssdk.services.marketplaceagreement.model.ByolPricingTerm.Builder
-
Packages that use ByolPricingTerm.Builder Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of ByolPricingTerm.Builder in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return ByolPricingTerm.Builder Modifier and Type Method Description static ByolPricingTerm.BuilderByolPricingTerm. builder()ByolPricingTerm.BuilderByolPricingTerm. toBuilder()ByolPricingTerm.BuilderByolPricingTerm.Builder. type(String type)Type of the term being updated.Methods in software.amazon.awssdk.services.marketplaceagreement.model that return types with arguments of type ByolPricingTerm.Builder Modifier and Type Method Description static Class<? extends ByolPricingTerm.Builder>ByolPricingTerm. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.marketplaceagreement.model with type arguments of type ByolPricingTerm.Builder Modifier and Type Method Description default AcceptedTerm.BuilderAcceptedTerm.Builder. byolPricingTerm(Consumer<ByolPricingTerm.Builder> byolPricingTerm)Enables you and your customers to move your existing agreements to AWS Marketplace.static AcceptedTermAcceptedTerm. fromByolPricingTerm(Consumer<ByolPricingTerm.Builder> byolPricingTerm)Create an instance of this class withAcceptedTerm.byolPricingTerm()initialized to the given value.
-