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