Amazon.CodeBuild.AmazonCodeBuildClient.ListBuildsForProject C# (CSharp) Method

ListBuildsForProject() public method

Gets a list of build IDs for the specified build project, with each build ID representing a single build.
/// The input value that was provided is not valid. /// /// The specified AWS resource cannot be found. ///
public ListBuildsForProject ( ListBuildsForProjectRequest request ) : ListBuildsForProjectResponse
request Amazon.CodeBuild.Model.ListBuildsForProjectRequest Container for the necessary parameters to execute the ListBuildsForProject service method.
return Amazon.CodeBuild.Model.ListBuildsForProjectResponse
        public ListBuildsForProjectResponse ListBuildsForProject(ListBuildsForProjectRequest request)
        {
            var marshaller = new ListBuildsForProjectRequestMarshaller();
            var unmarshaller = ListBuildsForProjectResponseUnmarshaller.Instance;

            return Invoke<ListBuildsForProjectRequest,ListBuildsForProjectResponse>(request, marshaller, unmarshaller);
        }