Uses of Class
software.amazon.awssdk.services.marketplaceagreement.model.DocumentItem
-
Packages that use DocumentItem Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of DocumentItem in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return types with arguments of type DocumentItem Modifier and Type Method Description List<DocumentItem>LegalTerm. documents()List of references to legal resources proposed to the buyers.Methods in software.amazon.awssdk.services.marketplaceagreement.model with parameters of type DocumentItem Modifier and Type Method Description LegalTerm.BuilderLegalTerm.Builder. documents(DocumentItem... documents)List of references to legal resources proposed to the buyers.Method parameters in software.amazon.awssdk.services.marketplaceagreement.model with type arguments of type DocumentItem Modifier and Type Method Description LegalTerm.BuilderLegalTerm.Builder. documents(Collection<DocumentItem> documents)List of references to legal resources proposed to the buyers.
-