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

CreateStage() public method

Creates a new Stage resource that references a pre-existing Deployment for the API.
/// /// /// /// /// /// /// /// /// /// /// ///
public CreateStage ( CreateStageRequest request ) : CreateStageResponse
request Amazon.APIGateway.Model.CreateStageRequest Container for the necessary parameters to execute the CreateStage service method.
return Amazon.APIGateway.Model.CreateStageResponse
        public CreateStageResponse CreateStage(CreateStageRequest request)
        {
            var marshaller = new CreateStageRequestMarshaller();
            var unmarshaller = CreateStageResponseUnmarshaller.Instance;

            return Invoke<CreateStageRequest,CreateStageResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient