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