Uses of Class
software.amazon.awssdk.services.artifact.model.ReportSummary
-
Packages that use ReportSummary Package Description software.amazon.awssdk.services.artifact.model software.amazon.awssdk.services.artifact.paginators -
-
Uses of ReportSummary in software.amazon.awssdk.services.artifact.model
Methods in software.amazon.awssdk.services.artifact.model that return types with arguments of type ReportSummary Modifier and Type Method Description List<ReportSummary>ListReportsResponse. reports()List of report resources.Methods in software.amazon.awssdk.services.artifact.model with parameters of type ReportSummary Modifier and Type Method Description ListReportsResponse.BuilderListReportsResponse.Builder. reports(ReportSummary... reports)List of report resources.Method parameters in software.amazon.awssdk.services.artifact.model with type arguments of type ReportSummary Modifier and Type Method Description ListReportsResponse.BuilderListReportsResponse.Builder. reports(Collection<ReportSummary> reports)List of report resources. -
Uses of ReportSummary in software.amazon.awssdk.services.artifact.paginators
Methods in software.amazon.awssdk.services.artifact.paginators that return types with arguments of type ReportSummary Modifier and Type Method Description SdkIterable<ReportSummary>ListReportsIterable. reports()Returns an iterable to iterate through the paginatedListReportsResponse.reports()member.SdkPublisher<ReportSummary>ListReportsPublisher. reports()Returns a publisher that can be used to get a stream of data.
-