Uses of Class
software.amazon.awssdk.services.b2bi.model.PartnershipSummary
-
Packages that use PartnershipSummary Package Description software.amazon.awssdk.services.b2bi.model software.amazon.awssdk.services.b2bi.paginators -
-
Uses of PartnershipSummary in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type PartnershipSummary Modifier and Type Method Description List<PartnershipSummary>ListPartnershipsResponse. partnerships()Specifies a list of your partnerships.Methods in software.amazon.awssdk.services.b2bi.model with parameters of type PartnershipSummary Modifier and Type Method Description ListPartnershipsResponse.BuilderListPartnershipsResponse.Builder. partnerships(PartnershipSummary... partnerships)Specifies a list of your partnerships.Method parameters in software.amazon.awssdk.services.b2bi.model with type arguments of type PartnershipSummary Modifier and Type Method Description ListPartnershipsResponse.BuilderListPartnershipsResponse.Builder. partnerships(Collection<PartnershipSummary> partnerships)Specifies a list of your partnerships. -
Uses of PartnershipSummary in software.amazon.awssdk.services.b2bi.paginators
Methods in software.amazon.awssdk.services.b2bi.paginators that return types with arguments of type PartnershipSummary Modifier and Type Method Description SdkIterable<PartnershipSummary>ListPartnershipsIterable. partnerships()Returns an iterable to iterate through the paginatedListPartnershipsResponse.partnerships()member.SdkPublisher<PartnershipSummary>ListPartnershipsPublisher. partnerships()Returns a publisher that can be used to get a stream of data.
-