Uses of Class
software.amazon.awssdk.services.codebuild.paginators.ListSharedReportGroupsIterable
-
Packages that use ListSharedReportGroupsIterable Package Description software.amazon.awssdk.services.codebuild CodeBuild -
-
Uses of ListSharedReportGroupsIterable in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild that return ListSharedReportGroupsIterable Modifier and Type Method Description default ListSharedReportGroupsIterableCodeBuildClient. listSharedReportGroupsPaginator(Consumer<ListSharedReportGroupsRequest.Builder> listSharedReportGroupsRequest)Gets a list of report groups that are shared with other Amazon Web Services accounts or users.default ListSharedReportGroupsIterableCodeBuildClient. listSharedReportGroupsPaginator(ListSharedReportGroupsRequest listSharedReportGroupsRequest)Gets a list of report groups that are shared with other Amazon Web Services accounts or users.
-