Uses of Class
software.amazon.awssdk.services.artifact.model.CustomerAgreementSummary
-
Packages that use CustomerAgreementSummary Package Description software.amazon.awssdk.services.artifact.model software.amazon.awssdk.services.artifact.paginators -
-
Uses of CustomerAgreementSummary in software.amazon.awssdk.services.artifact.model
Methods in software.amazon.awssdk.services.artifact.model that return types with arguments of type CustomerAgreementSummary Modifier and Type Method Description List<CustomerAgreementSummary>ListCustomerAgreementsResponse. customerAgreements()List of customer-agreement resources.Methods in software.amazon.awssdk.services.artifact.model with parameters of type CustomerAgreementSummary Modifier and Type Method Description ListCustomerAgreementsResponse.BuilderListCustomerAgreementsResponse.Builder. customerAgreements(CustomerAgreementSummary... customerAgreements)List of customer-agreement resources.Method parameters in software.amazon.awssdk.services.artifact.model with type arguments of type CustomerAgreementSummary Modifier and Type Method Description ListCustomerAgreementsResponse.BuilderListCustomerAgreementsResponse.Builder. customerAgreements(Collection<CustomerAgreementSummary> customerAgreements)List of customer-agreement resources. -
Uses of CustomerAgreementSummary in software.amazon.awssdk.services.artifact.paginators
Methods in software.amazon.awssdk.services.artifact.paginators that return types with arguments of type CustomerAgreementSummary Modifier and Type Method Description SdkIterable<CustomerAgreementSummary>ListCustomerAgreementsIterable. customerAgreements()Returns an iterable to iterate through the paginatedListCustomerAgreementsResponse.customerAgreements()member.SdkPublisher<CustomerAgreementSummary>ListCustomerAgreementsPublisher. customerAgreements()Returns a publisher that can be used to get a stream of data.
-