Amazon.GameLift.AmazonGameLiftClient.ListFleets C# (CSharp) Метод

ListFleets() публичный Метод

Retrieves a collection of fleet records for this AWS account. You can filter the result set by build ID. Use the pagination parameters to retrieve results in sequential pages.

Fleet 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. /// /// A service resource associated with the request could not be found. Clients should /// not retry such requests. /// /// The client failed authentication. Clients should not retry such requests. ///
public ListFleets ( ListFleetsRequest request ) : ListFleetsResponse
request Amazon.GameLift.Model.ListFleetsRequest Container for the necessary parameters to execute the ListFleets service method.
Результат Amazon.GameLift.Model.ListFleetsResponse
        public ListFleetsResponse ListFleets(ListFleetsRequest request)
        {
            var marshaller = new ListFleetsRequestMarshaller();
            var unmarshaller = ListFleetsResponseUnmarshaller.Instance;

            return Invoke<ListFleetsRequest,ListFleetsResponse>(request, marshaller, unmarshaller);
        }
AmazonGameLiftClient