Uses of Class
software.amazon.awssdk.services.transfer.model.ListedAgreement
-
Packages that use ListedAgreement Package Description software.amazon.awssdk.services.transfer.model software.amazon.awssdk.services.transfer.paginators -
-
Uses of ListedAgreement in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ListedAgreement Modifier and Type Method Description List<ListedAgreement>ListAgreementsResponse. agreements()Returns an array, where each item contains the details of an agreement.Methods in software.amazon.awssdk.services.transfer.model with parameters of type ListedAgreement Modifier and Type Method Description ListAgreementsResponse.BuilderListAgreementsResponse.Builder. agreements(ListedAgreement... agreements)Returns an array, where each item contains the details of an agreement.Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type ListedAgreement Modifier and Type Method Description ListAgreementsResponse.BuilderListAgreementsResponse.Builder. agreements(Collection<ListedAgreement> agreements)Returns an array, where each item contains the details of an agreement. -
Uses of ListedAgreement in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ListedAgreement Modifier and Type Method Description SdkIterable<ListedAgreement>ListAgreementsIterable. agreements()Returns an iterable to iterate through the paginatedListAgreementsResponse.agreements()member.SdkPublisher<ListedAgreement>ListAgreementsPublisher. agreements()Returns a publisher that can be used to get a stream of data.
-