Uses of Interface
software.amazon.awssdk.services.marketplaceagreement.model.EstimatedCharges.Builder
-
Packages that use EstimatedCharges.Builder Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of EstimatedCharges.Builder in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return EstimatedCharges.Builder Modifier and Type Method Description EstimatedCharges.BuilderEstimatedCharges.Builder. agreementValue(String agreementValue)The total known amount customer has to pay across the lifecycle of the agreement.static EstimatedCharges.BuilderEstimatedCharges. builder()EstimatedCharges.BuilderEstimatedCharges.Builder. currencyCode(String currencyCode)Defines the currency code for the charge.EstimatedCharges.BuilderEstimatedCharges. toBuilder()Methods in software.amazon.awssdk.services.marketplaceagreement.model that return types with arguments of type EstimatedCharges.Builder Modifier and Type Method Description static Class<? extends EstimatedCharges.Builder>EstimatedCharges. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.marketplaceagreement.model with type arguments of type EstimatedCharges.Builder Modifier and Type Method Description default DescribeAgreementResponse.BuilderDescribeAgreementResponse.Builder. estimatedCharges(Consumer<EstimatedCharges.Builder> estimatedCharges)The estimated cost of the agreement.
-