Uses of Class
software.amazon.awssdk.services.marketplaceagreement.model.Resource
-
Packages that use Resource Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of Resource in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>ProposalSummary. resources()The list of resources involved in the agreement.Methods in software.amazon.awssdk.services.marketplaceagreement.model with parameters of type Resource Modifier and Type Method Description ProposalSummary.BuilderProposalSummary.Builder. resources(Resource... resources)The list of resources involved in the agreement.Method parameters in software.amazon.awssdk.services.marketplaceagreement.model with type arguments of type Resource Modifier and Type Method Description ProposalSummary.BuilderProposalSummary.Builder. resources(Collection<Resource> resources)The list of resources involved in the agreement.
-