Uses of Class
software.amazon.awssdk.services.evidently.model.ProjectSummary
-
Packages that use ProjectSummary Package Description software.amazon.awssdk.services.evidently.model software.amazon.awssdk.services.evidently.paginators -
-
Uses of ProjectSummary in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type ProjectSummary Modifier and Type Method Description List<ProjectSummary>ListProjectsResponse. projects()An array of structures that contain the configuration details of the projects in the Region.Methods in software.amazon.awssdk.services.evidently.model with parameters of type ProjectSummary Modifier and Type Method Description ListProjectsResponse.BuilderListProjectsResponse.Builder. projects(ProjectSummary... projects)An array of structures that contain the configuration details of the projects in the Region.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type ProjectSummary Modifier and Type Method Description ListProjectsResponse.BuilderListProjectsResponse.Builder. projects(Collection<ProjectSummary> projects)An array of structures that contain the configuration details of the projects in the Region. -
Uses of ProjectSummary in software.amazon.awssdk.services.evidently.paginators
Methods in software.amazon.awssdk.services.evidently.paginators that return types with arguments of type ProjectSummary Modifier and Type Method Description SdkIterable<ProjectSummary>ListProjectsIterable. projects()Returns an iterable to iterate through the paginatedListProjectsResponse.projects()member.SdkPublisher<ProjectSummary>ListProjectsPublisher. projects()Returns a publisher that can be used to get a stream of data.
-