Uses of Class
software.amazon.awssdk.services.codebuild.model.ListSharedProjectsRequest
-
Packages that use ListSharedProjectsRequest Package Description software.amazon.awssdk.services.codebuild CodeBuild software.amazon.awssdk.services.codebuild.paginators software.amazon.awssdk.services.codebuild.transform -
-
Uses of ListSharedProjectsRequest in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild with parameters of type ListSharedProjectsRequest Modifier and Type Method Description default CompletableFuture<ListSharedProjectsResponse>CodeBuildAsyncClient. listSharedProjects(ListSharedProjectsRequest 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.default ListSharedProjectsPublisherCodeBuildAsyncClient. listSharedProjectsPaginator(ListSharedProjectsRequest listSharedProjectsRequest)Gets a list of projects that are shared with other Amazon Web Services accounts or users.default ListSharedProjectsIterableCodeBuildClient. listSharedProjectsPaginator(ListSharedProjectsRequest listSharedProjectsRequest)Gets a list of projects that are shared with other Amazon Web Services accounts or users. -
Uses of ListSharedProjectsRequest in software.amazon.awssdk.services.codebuild.paginators
Constructors in software.amazon.awssdk.services.codebuild.paginators with parameters of type ListSharedProjectsRequest Constructor Description ListSharedProjectsIterable(CodeBuildClient client, ListSharedProjectsRequest firstRequest)ListSharedProjectsPublisher(CodeBuildAsyncClient client, ListSharedProjectsRequest firstRequest) -
Uses of ListSharedProjectsRequest in software.amazon.awssdk.services.codebuild.transform
Methods in software.amazon.awssdk.services.codebuild.transform with parameters of type ListSharedProjectsRequest Modifier and Type Method Description SdkHttpFullRequestListSharedProjectsRequestMarshaller. marshall(ListSharedProjectsRequest listSharedProjectsRequest)
-