Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.OpportunitySummary
-
Packages that use OpportunitySummary Package Description software.amazon.awssdk.services.partnercentralselling.model software.amazon.awssdk.services.partnercentralselling.paginators -
-
Uses of OpportunitySummary in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type OpportunitySummary Modifier and Type Method Description List<OpportunitySummary>ListOpportunitiesResponse. opportunitySummaries()An array that contains minimal details for opportunities that match the request criteria.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type OpportunitySummary Modifier and Type Method Description ListOpportunitiesResponse.BuilderListOpportunitiesResponse.Builder. opportunitySummaries(OpportunitySummary... opportunitySummaries)An array that contains minimal details for opportunities that match the request criteria.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type OpportunitySummary Modifier and Type Method Description ListOpportunitiesResponse.BuilderListOpportunitiesResponse.Builder. opportunitySummaries(Collection<OpportunitySummary> opportunitySummaries)An array that contains minimal details for opportunities that match the request criteria. -
Uses of OpportunitySummary in software.amazon.awssdk.services.partnercentralselling.paginators
Methods in software.amazon.awssdk.services.partnercentralselling.paginators that return types with arguments of type OpportunitySummary Modifier and Type Method Description SdkIterable<OpportunitySummary>ListOpportunitiesIterable. opportunitySummaries()Returns an iterable to iterate through the paginatedListOpportunitiesResponse.opportunitySummaries()member.SdkPublisher<OpportunitySummary>ListOpportunitiesPublisher. opportunitySummaries()Returns a publisher that can be used to get a stream of data.
-