Uses of Class
software.amazon.awssdk.services.codebuild.model.ListSharedProjectsResponse
-
Packages that use ListSharedProjectsResponse Package Description software.amazon.awssdk.services.codebuild CodeBuild software.amazon.awssdk.services.codebuild.paginators -
-
Uses of ListSharedProjectsResponse in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild that return ListSharedProjectsResponse Modifier and Type Method Description default ListSharedProjectsResponseCodeBuildClient. listSharedProjects(Consumer<ListSharedProjectsRequest.Builder> listSharedProjectsRequest)Gets a list of projects that are shared with other Amazon Web Services accounts or users.default ListSharedProjectsResponseCodeBuildClient. listSharedProjects(ListSharedProjectsRequest listSharedProjectsRequest)Gets a list of projects that are shared with other Amazon Web Services accounts or users.Methods in software.amazon.awssdk.services.codebuild that return types with arguments of type ListSharedProjectsResponse Modifier and Type Method Description default CompletableFuture<ListSharedProjectsResponse>CodeBuildAsyncClient. listSharedProjects(Consumer<ListSharedProjectsRequest.Builder> listSharedProjectsRequest)Gets a list of projects that are shared with other Amazon Web Services accounts or users.default CompletableFuture<ListSharedProjectsResponse>CodeBuildAsyncClient. listSharedProjects(ListSharedProjectsRequest listSharedProjectsRequest)Gets a list of projects that are shared with other Amazon Web Services accounts or users. -
Uses of ListSharedProjectsResponse in software.amazon.awssdk.services.codebuild.paginators
Methods in software.amazon.awssdk.services.codebuild.paginators that return types with arguments of type ListSharedProjectsResponse Modifier and Type Method Description Iterator<ListSharedProjectsResponse>ListSharedProjectsIterable. iterator()Method parameters in software.amazon.awssdk.services.codebuild.paginators with type arguments of type ListSharedProjectsResponse Modifier and Type Method Description voidListSharedProjectsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSharedProjectsResponse> subscriber)
-