Uses of Class
software.amazon.awssdk.services.codebuild.model.ListReportsResponse
-
Packages that use ListReportsResponse Package Description software.amazon.awssdk.services.codebuild CodeBuild software.amazon.awssdk.services.codebuild.paginators -
-
Uses of ListReportsResponse in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild that return ListReportsResponse Modifier and Type Method Description default ListReportsResponseCodeBuildClient. listReports(Consumer<ListReportsRequest.Builder> listReportsRequest)Returns a list of ARNs for the reports in the current Amazon Web Services account.default ListReportsResponseCodeBuildClient. listReports(ListReportsRequest listReportsRequest)Returns a list of ARNs for the reports in the current Amazon Web Services account.Methods in software.amazon.awssdk.services.codebuild that return types with arguments of type ListReportsResponse Modifier and Type Method Description default CompletableFuture<ListReportsResponse>CodeBuildAsyncClient. listReports(Consumer<ListReportsRequest.Builder> listReportsRequest)Returns a list of ARNs for the reports in the current Amazon Web Services account.default CompletableFuture<ListReportsResponse>CodeBuildAsyncClient. listReports(ListReportsRequest listReportsRequest)Returns a list of ARNs for the reports in the current Amazon Web Services account. -
Uses of ListReportsResponse in software.amazon.awssdk.services.codebuild.paginators
Methods in software.amazon.awssdk.services.codebuild.paginators that return types with arguments of type ListReportsResponse Modifier and Type Method Description Iterator<ListReportsResponse>ListReportsIterable. iterator()Method parameters in software.amazon.awssdk.services.codebuild.paginators with type arguments of type ListReportsResponse Modifier and Type Method Description voidListReportsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListReportsResponse> subscriber)
-