Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.SolutionBase
-
Packages that use SolutionBase Package Description software.amazon.awssdk.services.partnercentralselling.model software.amazon.awssdk.services.partnercentralselling.paginators -
-
Uses of SolutionBase in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type SolutionBase Modifier and Type Method Description List<SolutionBase>ListSolutionsResponse. solutionSummaries()An array with minimal details for solutions matching the request criteria.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type SolutionBase Modifier and Type Method Description ListSolutionsResponse.BuilderListSolutionsResponse.Builder. solutionSummaries(SolutionBase... solutionSummaries)An array with minimal details for solutions matching the request criteria.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type SolutionBase Modifier and Type Method Description ListSolutionsResponse.BuilderListSolutionsResponse.Builder. solutionSummaries(Collection<SolutionBase> solutionSummaries)An array with minimal details for solutions matching the request criteria. -
Uses of SolutionBase in software.amazon.awssdk.services.partnercentralselling.paginators
Methods in software.amazon.awssdk.services.partnercentralselling.paginators that return types with arguments of type SolutionBase Modifier and Type Method Description SdkIterable<SolutionBase>ListSolutionsIterable. solutionSummaries()Returns an iterable to iterate through the paginatedListSolutionsResponse.solutionSummaries()member.SdkPublisher<SolutionBase>ListSolutionsPublisher. solutionSummaries()Returns a publisher that can be used to get a stream of data.
-