Amazon.GameLift.AmazonGameLiftClient.ListBuilds C# (CSharp) Method

ListBuilds() public method

Retrieves build records for all builds associated with the AWS account in use. You can limit results to builds that are in a specific status by using the Status parameter. Use the pagination parameters to retrieve results in a set of sequential pages.

Build records are not listed in any particular order.

/// The service encountered an unrecoverable internal failure while processing the request. /// Clients can retry such requests immediately or after a waiting period. /// /// One or more parameter values in the request are invalid. Correct the invalid parameter /// values before retrying. /// /// The client failed authentication. Clients should not retry such requests. ///
public ListBuilds ( ListBuildsRequest request ) : ListBuildsResponse
request Amazon.GameLift.Model.ListBuildsRequest Container for the necessary parameters to execute the ListBuilds service method.
return Amazon.GameLift.Model.ListBuildsResponse
        public ListBuildsResponse ListBuilds(ListBuildsRequest request)
        {
            var marshaller = new ListBuildsRequestMarshaller();
            var unmarshaller = ListBuildsResponseUnmarshaller.Instance;

            return Invoke<ListBuildsRequest,ListBuildsResponse>(request, marshaller, unmarshaller);
        }
AmazonGameLiftClient