Uses of Class
software.amazon.awssdk.services.codebuild.model.ListReportGroupsRequest
-
Packages that use ListReportGroupsRequest Package Description software.amazon.awssdk.services.codebuild CodeBuild software.amazon.awssdk.services.codebuild.paginators software.amazon.awssdk.services.codebuild.transform -
-
Uses of ListReportGroupsRequest in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild with parameters of type ListReportGroupsRequest Modifier and Type Method Description default CompletableFuture<ListReportGroupsResponse>CodeBuildAsyncClient. listReportGroups(ListReportGroupsRequest 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.default ListReportGroupsPublisherCodeBuildAsyncClient. listReportGroupsPaginator(ListReportGroupsRequest listReportGroupsRequest)Gets a list ARNs for the report groups in the current Amazon Web Services account.default ListReportGroupsIterableCodeBuildClient. listReportGroupsPaginator(ListReportGroupsRequest listReportGroupsRequest)Gets a list ARNs for the report groups in the current Amazon Web Services account. -
Uses of ListReportGroupsRequest in software.amazon.awssdk.services.codebuild.paginators
Constructors in software.amazon.awssdk.services.codebuild.paginators with parameters of type ListReportGroupsRequest Constructor Description ListReportGroupsIterable(CodeBuildClient client, ListReportGroupsRequest firstRequest)ListReportGroupsPublisher(CodeBuildAsyncClient client, ListReportGroupsRequest firstRequest) -
Uses of ListReportGroupsRequest in software.amazon.awssdk.services.codebuild.transform
Methods in software.amazon.awssdk.services.codebuild.transform with parameters of type ListReportGroupsRequest Modifier and Type Method Description SdkHttpFullRequestListReportGroupsRequestMarshaller. marshall(ListReportGroupsRequest listReportGroupsRequest)
-