Uses of Class
software.amazon.awssdk.services.b2bi.model.ListPartnershipsRequest
-
Packages that use ListPartnershipsRequest Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference.software.amazon.awssdk.services.b2bi.paginators software.amazon.awssdk.services.b2bi.transform -
-
Uses of ListPartnershipsRequest in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi with parameters of type ListPartnershipsRequest Modifier and Type Method Description default CompletableFuture<ListPartnershipsResponse>B2BiAsyncClient. listPartnerships(ListPartnershipsRequest 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.default ListPartnershipsPublisherB2BiAsyncClient. listPartnershipsPaginator(ListPartnershipsRequest listPartnershipsRequest)Lists the partnerships associated with your Amazon Web Services account for your current or specified region.default ListPartnershipsIterableB2BiClient. listPartnershipsPaginator(ListPartnershipsRequest listPartnershipsRequest)Lists the partnerships associated with your Amazon Web Services account for your current or specified region. -
Uses of ListPartnershipsRequest in software.amazon.awssdk.services.b2bi.paginators
Constructors in software.amazon.awssdk.services.b2bi.paginators with parameters of type ListPartnershipsRequest Constructor Description ListPartnershipsIterable(B2BiClient client, ListPartnershipsRequest firstRequest)ListPartnershipsPublisher(B2BiAsyncClient client, ListPartnershipsRequest firstRequest) -
Uses of ListPartnershipsRequest in software.amazon.awssdk.services.b2bi.transform
Methods in software.amazon.awssdk.services.b2bi.transform with parameters of type ListPartnershipsRequest Modifier and Type Method Description SdkHttpFullRequestListPartnershipsRequestMarshaller. marshall(ListPartnershipsRequest listPartnershipsRequest)
-