Uses of Class
software.amazon.awssdk.services.codebuild.model.ListSharedReportGroupsResponse
-
Packages that use ListSharedReportGroupsResponse Package Description software.amazon.awssdk.services.codebuild CodeBuild software.amazon.awssdk.services.codebuild.paginators -
-
Uses of ListSharedReportGroupsResponse in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild that return ListSharedReportGroupsResponse Modifier and Type Method Description default ListSharedReportGroupsResponseCodeBuildClient. listSharedReportGroups(Consumer<ListSharedReportGroupsRequest.Builder> listSharedReportGroupsRequest)Gets a list of report groups that are shared with other Amazon Web Services accounts or users.default ListSharedReportGroupsResponseCodeBuildClient. listSharedReportGroups(ListSharedReportGroupsRequest listSharedReportGroupsRequest)Gets a list of report groups that are shared with other Amazon Web Services accounts or users.Methods in software.amazon.awssdk.services.codebuild that return types with arguments of type ListSharedReportGroupsResponse Modifier and Type Method Description default CompletableFuture<ListSharedReportGroupsResponse>CodeBuildAsyncClient. listSharedReportGroups(Consumer<ListSharedReportGroupsRequest.Builder> listSharedReportGroupsRequest)Gets a list of report groups that are shared with other Amazon Web Services accounts or users.default CompletableFuture<ListSharedReportGroupsResponse>CodeBuildAsyncClient. listSharedReportGroups(ListSharedReportGroupsRequest listSharedReportGroupsRequest)Gets a list of report groups that are shared with other Amazon Web Services accounts or users. -
Uses of ListSharedReportGroupsResponse in software.amazon.awssdk.services.codebuild.paginators
Methods in software.amazon.awssdk.services.codebuild.paginators that return types with arguments of type ListSharedReportGroupsResponse Modifier and Type Method Description Iterator<ListSharedReportGroupsResponse>ListSharedReportGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.codebuild.paginators with type arguments of type ListSharedReportGroupsResponse Modifier and Type Method Description voidListSharedReportGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSharedReportGroupsResponse> subscriber)
-