Uses of Interface
software.amazon.awssdk.services.codebuild.model.ListReportGroupsResponse.Builder
-
Packages that use ListReportGroupsResponse.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ListReportGroupsResponse.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ListReportGroupsResponse.Builder Modifier and Type Method Description static ListReportGroupsResponse.BuilderListReportGroupsResponse. builder()ListReportGroupsResponse.BuilderListReportGroupsResponse.Builder. nextToken(String nextToken)During a previous call, the maximum number of items that can be returned is the value specified inmaxResults.ListReportGroupsResponse.BuilderListReportGroupsResponse.Builder. reportGroups(String... reportGroups)The list of ARNs for the report groups in the current Amazon Web Services account.ListReportGroupsResponse.BuilderListReportGroupsResponse.Builder. reportGroups(Collection<String> reportGroups)The list of ARNs for the report groups in the current Amazon Web Services account.ListReportGroupsResponse.BuilderListReportGroupsResponse. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ListReportGroupsResponse.Builder Modifier and Type Method Description static Class<? extends ListReportGroupsResponse.Builder>ListReportGroupsResponse. serializableBuilderClass()
-