Amazon.APIGateway.AmazonAPIGatewayClient.GetDeployments C# (CSharp) Метод

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

Gets information about a Deployments collection.
/// /// /// /// /// /// /// ///
public GetDeployments ( Amazon.APIGateway.Model.GetDeploymentsRequest request ) : GetDeploymentsResponse
request Amazon.APIGateway.Model.GetDeploymentsRequest Container for the necessary parameters to execute the GetDeployments service method.
Результат Amazon.APIGateway.Model.GetDeploymentsResponse
        public GetDeploymentsResponse GetDeployments(GetDeploymentsRequest request)
        {
            var marshaller = new GetDeploymentsRequestMarshaller();
            var unmarshaller = GetDeploymentsResponseUnmarshaller.Instance;

            return Invoke<GetDeploymentsRequest,GetDeploymentsResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient