Amazon.APIGateway.AmazonAPIGatewayClient.GetStages C# (CSharp) Method

GetStages() public method

Gets information about one or more Stage resources.
/// /// /// /// /// ///
public GetStages ( Amazon.APIGateway.Model.GetStagesRequest request ) : GetStagesResponse
request Amazon.APIGateway.Model.GetStagesRequest Container for the necessary parameters to execute the GetStages service method.
return Amazon.APIGateway.Model.GetStagesResponse
        public GetStagesResponse GetStages(GetStagesRequest request)
        {
            var marshaller = new GetStagesRequestMarshaller();
            var unmarshaller = GetStagesResponseUnmarshaller.Instance;

            return Invoke<GetStagesRequest,GetStagesResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient