Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.EngagementInvitationSummary
-
Packages that use EngagementInvitationSummary Package Description software.amazon.awssdk.services.partnercentralselling.model software.amazon.awssdk.services.partnercentralselling.paginators -
-
Uses of EngagementInvitationSummary in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type EngagementInvitationSummary Modifier and Type Method Description List<EngagementInvitationSummary>ListEngagementInvitationsResponse. engagementInvitationSummaries()An array containing summaries of engagement invitations.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type EngagementInvitationSummary Modifier and Type Method Description ListEngagementInvitationsResponse.BuilderListEngagementInvitationsResponse.Builder. engagementInvitationSummaries(EngagementInvitationSummary... engagementInvitationSummaries)An array containing summaries of engagement invitations.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type EngagementInvitationSummary Modifier and Type Method Description ListEngagementInvitationsResponse.BuilderListEngagementInvitationsResponse.Builder. engagementInvitationSummaries(Collection<EngagementInvitationSummary> engagementInvitationSummaries)An array containing summaries of engagement invitations. -
Uses of EngagementInvitationSummary in software.amazon.awssdk.services.partnercentralselling.paginators
Methods in software.amazon.awssdk.services.partnercentralselling.paginators that return types with arguments of type EngagementInvitationSummary Modifier and Type Method Description SdkIterable<EngagementInvitationSummary>ListEngagementInvitationsIterable. engagementInvitationSummaries()Returns an iterable to iterate through the paginatedListEngagementInvitationsResponse.engagementInvitationSummaries()member.SdkPublisher<EngagementInvitationSummary>ListEngagementInvitationsPublisher. engagementInvitationSummaries()Returns a publisher that can be used to get a stream of data.
-