Uses of Class
software.amazon.awssdk.services.artifact.model.ListCustomerAgreementsResponse
-
Packages that use ListCustomerAgreementsResponse Package Description software.amazon.awssdk.services.artifact This reference provides descriptions of the low-level AWS Artifact Service API.software.amazon.awssdk.services.artifact.paginators -
-
Uses of ListCustomerAgreementsResponse in software.amazon.awssdk.services.artifact
Methods in software.amazon.awssdk.services.artifact that return ListCustomerAgreementsResponse Modifier and Type Method Description default ListCustomerAgreementsResponseArtifactClient. listCustomerAgreements(Consumer<ListCustomerAgreementsRequest.Builder> listCustomerAgreementsRequest)List active customer-agreements applicable to calling identity.default ListCustomerAgreementsResponseArtifactClient. listCustomerAgreements(ListCustomerAgreementsRequest listCustomerAgreementsRequest)List active customer-agreements applicable to calling identity.Methods in software.amazon.awssdk.services.artifact that return types with arguments of type ListCustomerAgreementsResponse Modifier and Type Method Description default CompletableFuture<ListCustomerAgreementsResponse>ArtifactAsyncClient. listCustomerAgreements(Consumer<ListCustomerAgreementsRequest.Builder> listCustomerAgreementsRequest)List active customer-agreements applicable to calling identity.default CompletableFuture<ListCustomerAgreementsResponse>ArtifactAsyncClient. listCustomerAgreements(ListCustomerAgreementsRequest listCustomerAgreementsRequest)List active customer-agreements applicable to calling identity. -
Uses of ListCustomerAgreementsResponse in software.amazon.awssdk.services.artifact.paginators
Methods in software.amazon.awssdk.services.artifact.paginators that return types with arguments of type ListCustomerAgreementsResponse Modifier and Type Method Description Iterator<ListCustomerAgreementsResponse>ListCustomerAgreementsIterable. iterator()Method parameters in software.amazon.awssdk.services.artifact.paginators with type arguments of type ListCustomerAgreementsResponse Modifier and Type Method Description voidListCustomerAgreementsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCustomerAgreementsResponse> subscriber)
-