Uses of Class
software.amazon.awssdk.services.b2bi.model.ListPartnershipsResponse
-
Packages that use ListPartnershipsResponse Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference.software.amazon.awssdk.services.b2bi.paginators -
-
Uses of ListPartnershipsResponse in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi that return ListPartnershipsResponse Modifier and Type Method Description default ListPartnershipsResponseB2BiClient. listPartnerships(Consumer<ListPartnershipsRequest.Builder> listPartnershipsRequest)Lists the partnerships associated with your Amazon Web Services account for your current or specified region.default ListPartnershipsResponseB2BiClient. listPartnerships(ListPartnershipsRequest listPartnershipsRequest)Lists the partnerships associated with your Amazon Web Services account for your current or specified region.Methods in software.amazon.awssdk.services.b2bi that return types with arguments of type ListPartnershipsResponse Modifier and Type Method Description default CompletableFuture<ListPartnershipsResponse>B2BiAsyncClient. listPartnerships(Consumer<ListPartnershipsRequest.Builder> listPartnershipsRequest)Lists the partnerships associated with your Amazon Web Services account for your current or specified region.default CompletableFuture<ListPartnershipsResponse>B2BiAsyncClient. listPartnerships(ListPartnershipsRequest listPartnershipsRequest)Lists the partnerships associated with your Amazon Web Services account for your current or specified region. -
Uses of ListPartnershipsResponse in software.amazon.awssdk.services.b2bi.paginators
Methods in software.amazon.awssdk.services.b2bi.paginators that return types with arguments of type ListPartnershipsResponse Modifier and Type Method Description Iterator<ListPartnershipsResponse>ListPartnershipsIterable. iterator()Method parameters in software.amazon.awssdk.services.b2bi.paginators with type arguments of type ListPartnershipsResponse Modifier and Type Method Description voidListPartnershipsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPartnershipsResponse> subscriber)
-