Uses of Class
software.amazon.awssdk.services.codebuild.model.ListReportGroupsResponse
-
Packages that use ListReportGroupsResponse Package Description software.amazon.awssdk.services.codebuild CodeBuild software.amazon.awssdk.services.codebuild.paginators -
-
Uses of ListReportGroupsResponse in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild that return ListReportGroupsResponse Modifier and Type Method Description default ListReportGroupsResponseCodeBuildClient. listReportGroups(Consumer<ListReportGroupsRequest.Builder> listReportGroupsRequest)Gets a list ARNs for the report groups in the current Amazon Web Services account.default ListReportGroupsResponseCodeBuildClient. listReportGroups(ListReportGroupsRequest listReportGroupsRequest)Gets a list ARNs for the report groups in the current Amazon Web Services account.Methods in software.amazon.awssdk.services.codebuild that return types with arguments of type ListReportGroupsResponse Modifier and Type Method Description default CompletableFuture<ListReportGroupsResponse>CodeBuildAsyncClient. listReportGroups(Consumer<ListReportGroupsRequest.Builder> listReportGroupsRequest)Gets a list ARNs for the report groups in the current Amazon Web Services account.default CompletableFuture<ListReportGroupsResponse>CodeBuildAsyncClient. listReportGroups(ListReportGroupsRequest listReportGroupsRequest)Gets a list ARNs for the report groups in the current Amazon Web Services account. -
Uses of ListReportGroupsResponse in software.amazon.awssdk.services.codebuild.paginators
Methods in software.amazon.awssdk.services.codebuild.paginators that return types with arguments of type ListReportGroupsResponse Modifier and Type Method Description Iterator<ListReportGroupsResponse>ListReportGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.codebuild.paginators with type arguments of type ListReportGroupsResponse Modifier and Type Method Description voidListReportGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListReportGroupsResponse> subscriber)
-