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

UpdateStage() public method

Changes information about a Stage resource.
/// /// /// /// /// /// /// /// /// ///
public UpdateStage ( UpdateStageRequest request ) : UpdateStageResponse
request UpdateStageRequest Container for the necessary parameters to execute the UpdateStage service method.
return UpdateStageResponse
        public UpdateStageResponse UpdateStage(UpdateStageRequest request)
        {
            var marshaller = new UpdateStageRequestMarshaller();
            var unmarshaller = UpdateStageResponseUnmarshaller.Instance;

            return Invoke<UpdateStageRequest,UpdateStageResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient