Uses of Class
software.amazon.awssdk.services.codebuild.model.ListSharedReportGroupsRequest
-
Packages that use ListSharedReportGroupsRequest Package Description software.amazon.awssdk.services.codebuild CodeBuild software.amazon.awssdk.services.codebuild.paginators software.amazon.awssdk.services.codebuild.transform -
-
Uses of ListSharedReportGroupsRequest in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild with parameters of type ListSharedReportGroupsRequest Modifier and Type Method Description default CompletableFuture<ListSharedReportGroupsResponse>CodeBuildAsyncClient. listSharedReportGroups(ListSharedReportGroupsRequest 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.default ListSharedReportGroupsPublisherCodeBuildAsyncClient. listSharedReportGroupsPaginator(ListSharedReportGroupsRequest 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. -
Uses of ListSharedReportGroupsRequest in software.amazon.awssdk.services.codebuild.paginators
Constructors in software.amazon.awssdk.services.codebuild.paginators with parameters of type ListSharedReportGroupsRequest Constructor Description ListSharedReportGroupsIterable(CodeBuildClient client, ListSharedReportGroupsRequest firstRequest)ListSharedReportGroupsPublisher(CodeBuildAsyncClient client, ListSharedReportGroupsRequest firstRequest) -
Uses of ListSharedReportGroupsRequest in software.amazon.awssdk.services.codebuild.transform
Methods in software.amazon.awssdk.services.codebuild.transform with parameters of type ListSharedReportGroupsRequest Modifier and Type Method Description SdkHttpFullRequestListSharedReportGroupsRequestMarshaller. marshall(ListSharedReportGroupsRequest listSharedReportGroupsRequest)
-